mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-11 11:41:08 -04:00
Fix for invoice barcode
This commit is contained in:
@@ -261,7 +261,7 @@ $(document).ready(function()
|
||||
<div style='padding:2%;'><?= nl2br(esc($config['return_policy'])) ?></div>
|
||||
</div>
|
||||
<div id='barcode'>
|
||||
<img alt='<?= esc($barcode, 'attr') ?>' style='padding-top:4%;' src='data:image/png;base64,<?= esc($barcode,'attr') ?>' /><br>
|
||||
<?= $barcode ?><br>
|
||||
<?= $sale_id ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user