[0005170] Fixed Assets Purchase: fixed error on items with long description, removed...
[fa-stable.git] / inventory / purchasing_data.php
index 43cb467e802c4602f13be6f4f509b173e22bd259..84b1603e8f962836f066694b5df2bf556e3b3c79 100644 (file)
@@ -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);