CM91 - RMA update
This commit is contained in:
@@ -34,7 +34,7 @@ if(isset($get_content) && $get_content!=''){
|
||||
$ye = ((isset($criterias['year']) && $criterias['year'] !='' )? $criterias['year'] : $curYear);
|
||||
$mo = ((isset($criterias['month']) && $criterias['month'] !='')? $criterias['month'] : $curMonth);
|
||||
$qu = ((isset($criterias['month']) ? (int)ceil($mo / 3): $curQuarter));
|
||||
$da = $ye.'-'.$mo.'-01';
|
||||
$da = $ye.'-'.$mo.'-'.date("d");
|
||||
|
||||
//CALL TO API TO GET ALL ACTIVE CONTRACTS
|
||||
$api_url = '/v2/contracts/'.$GET_VALUES;
|
||||
|
||||
Reference in New Issue
Block a user