X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fview%2Fview_adjustment.php;h=953e6018e1eab816910ca14c8fe1e9c9b26a4b4d;hb=6f8094c63f914fce9fcfd02780c452d712a2dba3;hp=6bc5076480c97ef9bde002211158b9c477aad29a;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/inventory/view/view_adjustment.php b/inventory/view/view_adjustment.php index 6bc50764..953e6018 100644 --- a/inventory/view/view_adjustment.php +++ b/inventory/view/view_adjustment.php @@ -64,7 +64,7 @@ while ($adjustment = db_fetch($adjustment_items)) label_cell($adjustment['description']); qty_cell($adjustment['qty'], false, get_qty_dec($adjustment['stock_id'])); label_cell($adjustment['units']); - amount_cell($adjustment['standard_cost']); + amount_decimal_cell($adjustment['standard_cost']); end_row(); }