X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomers.php;h=a20dffb4f5b6b026e6490f74f699b5c75d6db41a;hb=39150665d5955716247c6c6e06adbcc2cad037a9;hp=ee19756583bc2510c0da74ab3b960933c4eb5d52;hpb=3613e32ad573d5faccb974a421702bdd87583878;p=fa-stable.git diff --git a/sales/manage/customers.php b/sales/manage/customers.php index ee197565..a20dffb4 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -205,7 +205,7 @@ function customer_settings($selected_id) text_row(_("GSTNo:"), 'tax_id', null, 40, 40); - if (!$selected_id) + if (!$selected_id || is_new_customer($selected_id)) { currencies_list_row(_("Customer's Currency:"), 'curr_code', $_POST['curr_code']); }