X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fmanage%2Fsuppliers.php;h=6a9f3c13be7b9597d94b05e13a5bff93af8dbfaa;hb=fbea22f48cf57c2215076d5c2b84085227ffe0b5;hp=d349b432474b8ea4d8f47ac2f4b64cdab03dc8f6;hpb=25d5046ec21d88b54257b5fa191ff73b63921146;p=fa-stable.git diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index d349b432..6a9f3c13 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -195,7 +195,7 @@ else $_POST['sales_type'] = -1; $_POST['email'] = $_POST['phone'] = $_POST['fax'] = $_POST['gst_no'] = $_POST['contact'] = $_POST['bank_account'] = ''; $_POST['payment_terms'] = ''; - $_POST['credit_limit'] = price_format(sys_prefs::default_credit_limit()); + $_POST['credit_limit'] = ""; $company_record = get_company_prefs(); $_POST['curr_code'] = $company_record["curr_default"];