X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_receive_items.php;h=836a05483ffc5874ecb9223d07501943efdf3509;hb=debb4ba801f7bac134d8a1925ad5bf5b9dc4a785;hp=59791f468dbb3edbc22753cf148aeb47c842e5b8;hpb=0ad7b92c6cf2e4e65ca0fa94ba31f30f7b292ba8;p=fa-stable.git diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index 59791f46..836a0548 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -85,9 +85,9 @@ function display_po_receive_items() qty_cell($qty_outstanding); if ($qty_outstanding > 0) - amount_cells(null, $ln_itm->line_no, qty_format($ln_itm->receive_qty), "align=right"); + qty_cells(null, $ln_itm->line_no, qty_format($ln_itm->receive_qty), "align=right"); else - amount_cells(null, $ln_itm->line_no, qty_format($ln_itm->receive_qty), "align=right", + qty_cells(null, $ln_itm->line_no, qty_format($ln_itm->receive_qty), "align=right", "disabled"); amount_cell($ln_itm->price);