mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 22:13:59 +00:00
debug group transaction compiler
This commit is contained in:
+2
-2
@@ -67,7 +67,7 @@ class GeneratesGroupTransactionsPurchaseOrder
|
||||
$document_type = DocumentType::BULK_PURCHASE_ORDER;
|
||||
|
||||
$lowercaseDocumentType = strtolower($document_type);
|
||||
|
||||
dd(['group' => $group, 'supplier' => $supplier]);
|
||||
$order_pdf = LaravelMpdf::loadView('pages.pdfs.bulk_purchase_order', ['group' => $group, 'supplier' => $supplier]);
|
||||
$document_object = new DocumentObject(
|
||||
$document_type,
|
||||
@@ -86,4 +86,4 @@ class GeneratesGroupTransactionsPurchaseOrder
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user