New customer/supplier currency can be changed as long as no transaction is entered.
[fa-stable.git] / sales / manage / customers.php
index ee19756583bc2510c0da74ab3b960933c4eb5d52..a20dffb4f5b6b026e6490f74f699b5c75d6db41a 100644 (file)
@@ -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']);
        }