X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fview%2Fview_adjustment.php;fp=inventory%2Fview%2Fview_adjustment.php;h=bfa71de99b1e2f3e6f1110c2c477eab3a2ef8f27;hb=fd11a3b500e79a3e98f7a3860f872cd31ce33113;hp=c85eda1408347e3fc3a2a55bd7126187fb660f49;hpb=fe5ffc2ae3bf2d2221a837131dd425a7c69633b9;p=fa-stable.git diff --git a/inventory/view/view_adjustment.php b/inventory/view/view_adjustment.php index c85eda14..bfa71de9 100644 --- a/inventory/view/view_adjustment.php +++ b/inventory/view/view_adjustment.php @@ -36,14 +36,12 @@ while ($adjustment = db_fetch($adjustment_items)) if (!$header_shown) { - $adjustment_type = get_movement_type($adjustment['person_id']) ; start_table(TABLESTYLE2, "width='90%'"); start_row(); label_cells(_("At Location"), $adjustment['location_name'], "class='tableheader2'"); label_cells(_("Reference"), $adjustment['reference'], "class='tableheader2'", "colspan=6"); label_cells(_("Date"), sql2date($adjustment['tran_date']), "class='tableheader2'"); - label_cells(_("Adjustment Type"), $adjustment_type['name'], "class='tableheader2'"); end_row(); comments_display_row(ST_INVADJUST, $trans_no);