X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=inventory%2Fpurchasing_data.php;h=84b1603e8f962836f066694b5df2bf556e3b3c79;hp=43cb467e802c4602f13be6f4f509b173e22bd259;hb=316007a1fa9cb1fd6d11460326160d4a60a0d943;hpb=df317147686e6577fcfa7215705d376a3939772d diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 43cb467e..84b1603e 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -219,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);