E-Invoice - One time processing to generate normal invoice for July 2025 (prevent accidental rerun)

This commit is contained in:
Dillon Ngo
2025-08-06 22:37:40 +08:00
parent c18d21edfb
commit 129ded3228
@@ -48,7 +48,7 @@ class OneTimeBatchProcessEInvoicesV2Command extends Command
*/
public function handle()
{
// return;
return;
$startDate = Carbon::create(2025, 7, 1)->startOfDay();
$endDate = Carbon::create(2025, 7, 31)->endOfDay();