X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fsupplier_invoice_grns.php;h=0adbe8e996ec5403c4aee4881b7298afbbdbc4fe;hb=6e349a924dd02e35d94555807d34b25e4427ab6e;hp=3c444880ae94c86639f941bfd479b9fc59ca2aed;hpb=df0fd2e5ff26de79e7d86c4206582012833bcef5;p=fa-stable.git diff --git a/purchasing/supplier_invoice_grns.php b/purchasing/supplier_invoice_grns.php index 3c444880..0adbe8e9 100644 --- a/purchasing/supplier_invoice_grns.php +++ b/purchasing/supplier_invoice_grns.php @@ -212,7 +212,7 @@ if (isset($_POST['grn_item_id']) && $_POST['grn_item_id'] != "") label_cell($myrow['description']); $dec = get_qty_dec($myrow['item_code']); qty_cell($myrow['QtyOstdg'], false, $dec); - qty_cells(null, 'this_quantity_inv', qty_format($myrow['QtyOstdg'], $myrow['item_code'], $dec), null, null, $dec); + qty_cells(null, 'this_quantity_inv', number_format2($myrow['QtyOstdg'], $dec), null, null, $dec); amount_cell($myrow['unit_price']); small_amount_cells(null, 'ChgPrice', price_format($myrow['unit_price'])); end_row();