X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fpurchasing_data.php;h=84b1603e8f962836f066694b5df2bf556e3b3c79;hb=ab24fcc549bb72e495fb85e5dcad41bc14d85b7d;hp=8be2566b88555e276826ad0e10de247473c0122f;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 8be2566b..84b1603e 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -133,6 +133,7 @@ $mb_flag = get_mb_flag($_POST['stock_id']); if ($mb_flag == -1) { display_error(_("Entered item is not defined. Please re-enter.")); + $Ajax->activate('price_table'); set_focus('stock_id'); } else @@ -218,7 +219,7 @@ if (!isset($_POST['conversion_factor']) || $_POST['conversion_factor'] == "") $_POST['conversion_factor'] = maxprec_format(1); } amount_row(_("Conversion Factor (to our UOM):"), 'conversion_factor', null, null, null, 'max'); -text_row(_("Supplier's Code or Description:"), 'supplier_description', null, 50, 51); +text_row(_("Supplier's Code or Description:"), 'supplier_description', null, 50, 50); end_table(1);