update invoice barcode id
This commit is contained in:
@@ -74,7 +74,7 @@ class PDF_BarangBawaan extends FPDF
|
||||
$no = 1;
|
||||
|
||||
$colsMultiCell = [false, false, true, true, false, true];
|
||||
$cellAligns = ['C', 'C', 'L', 'L', 'C', 'L'];
|
||||
$cellAligns = ['C', 'L', 'L', 'L', 'C', 'L'];
|
||||
|
||||
foreach ($items as $item) {
|
||||
$keterangan = isset($item->keterangan) ? $item->keterangan : '';
|
||||
|
||||
Reference in New Issue
Block a user