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

This commit is contained in:
Dillon Ngo
2025-08-05 14:38:36 +08:00
parent d8c6b1a334
commit 249bfc09da
@@ -48,6 +48,8 @@ class OneTimeBatchProcessEInvoicesV2Command extends Command
*/
public function handle()
{
return;
$startDate = Carbon::create(2025, 7, 1)->startOfDay();
$endDate = Carbon::create(2025, 7, 31)->endOfDay();