add one test variable
This commit is contained in:
parent
969b3089a5
commit
cbbc6f925c
@ -1,6 +1,7 @@
|
|||||||
<?php $ReqType =''; ?>
|
<?php $ReqType =''; ?>
|
||||||
<?php $ReqType ='';
|
<?php $ReqType ='';
|
||||||
$CompanyAddress = '';
|
$CompanyAddress = '';
|
||||||
|
$testVar='';
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
||||||
$CurrentDate = $dt->format('Y-m-d');
|
$CurrentDate = $dt->format('Y-m-d');
|
||||||
$MaxPoDate = '';
|
$MaxPoDate = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user