Commented dd(arg) statement on import
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s

This commit is contained in:
dhanabalan
2026-01-28 16:12:10 +05:30
parent ee9d8247b2
commit 896e2f5fb2

View File

@@ -114,6 +114,7 @@ class InvoicePendingReasonImport implements ToCollection
continue; continue;
} }
// dd($row['document_number'], bin2hex($row['document_number']));
$this->validRows[] = [ $this->validRows[] = [
'plant_id' => $plantId, 'plant_id' => $plantId,