update invoice barcode id
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user