1688 PO Automation Project

This commit is contained in:
Dillon Ngo
2025-12-30 16:56:17 +08:00
parent a037a7c9ad
commit fc6863a4de
@@ -62,12 +62,6 @@ class ETLPDFPurchaseOrderTransactionProcessor
*/
public function execute(array $files, ?int $bookingId = null): ?array
{
// Ensure temp directory exists
$tempDir = storage_path('app/documents');
if (!file_exists($tempDir)) {
mkdir($tempDir, 0755, true);
}
$tempPaths = [];
try {