mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-27 07:07:01 -04:00
Add plugin hook to sales receipt buttons
Signed-off-by: objec <objecttothis@gmail.com>
This commit is contained in:
@@ -48,6 +48,7 @@ if (isset($error_message)) {
|
||||
<?= view('partial/print_receipt', ['print_after_sale' => $print_after_sale, 'selected_printer' => 'receipt_printer']) ?>
|
||||
|
||||
<div class="print_hide" id="control_buttons" style="text-align: right;">
|
||||
<?= pluginContent('sales_receipt_buttons', ['saleId' => $sale_id_num]) ?>
|
||||
<a href="javascript:printdoc();">
|
||||
<div class="btn btn-info btn-sm" id="show_print_button"><?= '<span class="glyphicon glyphicon-print"> </span>' . lang('Common.print') ?></div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user