removed debugging
This commit is contained in:
@@ -221,7 +221,7 @@ class Admin_IvtContractImport {
|
||||
|
||||
$finish_date->modify("first day of this month");
|
||||
$finish_date->setTime(2,0,0);
|
||||
$finish_date->modify("+1 month"); // XXX for debugging only; must be removed
|
||||
//$finish_date->modify("+1 month"); // XXX for debugging only; must be removed
|
||||
//$finish_date->setDate($finish_date->format("Y"), $finish_date->format("m"), 1);
|
||||
//$finish_date->modify("+1 hours");
|
||||
|
||||
|
||||
@@ -70,8 +70,8 @@ class Admin_IvtCreditImport {
|
||||
}
|
||||
|
||||
if(!$customer) {
|
||||
// XXX echo __METHOD__ . ": No Customer ".$ivt_customer->id." cust_cred ".$cust_cred->id."\n";
|
||||
//$this->log->debug("No Customer ".$ivt_customer->id." cust_cred ".$cust_cred->id);
|
||||
echo __METHOD__ . ": No Customer ".$ivt_customer->id." cust_cred ".$cust_cred->id."\n";
|
||||
$this->log->debug("No Customer ".$ivt_customer->id." cust_cred ".$cust_cred->id);
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -181,7 +181,7 @@ class Admin_IvtCreditImport {
|
||||
$finish_date = new DateTime($cust_cred->lastdate);
|
||||
$finish_date->modify("first day of this month");
|
||||
$finish_date->setTime(2,0,0);
|
||||
$finish_date->modify("+ 1 month"); // XXX for debugging only; must be removed
|
||||
//$finish_date->modify("+ 1 month"); // XXX for debugging only; must be removed
|
||||
//$finish_date->setDate($finish_date->format("Y"), $finish_date->format("m"), 1);
|
||||
|
||||
$data["orderproduct_id"] = null;
|
||||
|
||||
Reference in New Issue
Block a user