X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fmanage%2Fsuppliers.php;h=a7336240a737247b4236a63790d67638ebb75e8e;hb=83086e6733af3dbfd67edcac751dad7daf3a4fae;hp=b2ad33c7f47d370fbef07571f553fe9a32f3bf0b;hpb=ade8fddea8e317ab91f9e57ca138f9f9f5cc7d8c;p=fa-stable.git diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index b2ad33c7..a7336240 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -85,7 +85,7 @@ function supplier_settings(&$supplier_id) text_row(_("GSTNo:"), 'gst_no', null, 42, 40); link_row(_("Website:"), 'website', null, 35, 55); - if ($supplier_id) + if ($supplier_id && !is_new_supplier($supplier_id)) { label_row(_("Supplier's Currency:"), $_POST['curr_code']); hidden('curr_code', $_POST['curr_code']);