WIP Billing/Invoice 02.06.2024

This commit is contained in:
Frank Schubert
2024-07-02 16:52:37 +02:00
parent 350815f41a
commit 76cffdc374
5 changed files with 14 additions and 6 deletions

View File

@@ -212,6 +212,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->setDate($finish_date->format("Y"), $finish_date->format("m"), 1);
//$finish_date->modify("+1 hours");

View File

@@ -165,6 +165,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->setDate($finish_date->format("Y"), $finish_date->format("m"), 1);
$data["orderproduct_id"] = null;