removed debugging

This commit is contained in:
Frank Schubert
2024-07-07 16:48:41 +02:00
parent 5bb0f1978c
commit 3a0ebb3bf4
2 changed files with 4 additions and 4 deletions
@@ -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");