Merge branch 'fronkdev' into 'master'

removed debugging

See merge request fronk/thetool!427
This commit is contained in:
Frank Schubert
2024-07-07 14:49:05 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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");

View File

@@ -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;