first commit
This commit is contained in:
17
admin/printCenter/printCenter.cash_receipt.php
Normal file
17
admin/printCenter/printCenter.cash_receipt.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$smarty = createSmarty(true, true);
|
||||
|
||||
$order = new Order();
|
||||
$order->createFromDB($ID_ITEM);
|
||||
$order->fetchItems();
|
||||
|
||||
$smarty->assign([
|
||||
'order' => $order,
|
||||
]);
|
||||
|
||||
ob_clean();
|
||||
|
||||
$smarty->display('printCenter/cash_receipt.tpl');
|
||||
|
||||
exit;
|
||||
Reference in New Issue
Block a user