update invoice barcode id

This commit is contained in:
Wian Drs
2026-07-24 00:01:55 +07:00
parent aa326838fc
commit f715a8d637
4 changed files with 31 additions and 20 deletions
+1 -1
View File
@@ -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 : '';