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
@@ -605,7 +605,7 @@ $(function(){
</td>
<td>${no++}</td>
<td>${formatTglIndo(v.tanggal)}</td>
<td>${v.nama_item || '-'}</td>
<td>${v.nama_item || '-'}<br><small class="text-secondary"><small></small><i>${v.barcode || ''}</i></small></td>
<td>${v.qty || 0}</td>
<td>${formatNumber(v.harga)}</td>
<td>${formatNumber(subtotal)}</td>