[fix] merge conflicts

This commit is contained in:
Saurabh
2017-11-30 16:45:01 +05:30
8 changed files with 32 additions and 30 deletions

View File

@@ -561,7 +561,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
}
// Make read only if Accounts Settings doesn't allow stale rates
this.frm.set_df_property("conversion_rate", "read_only", erpnext.stale_rate_allowed());
this.frm.set_df_property("conversion_rate", "read_only", erpnext.stale_rate_allowed() ? 0 : 1);
},
shipping_rule: function() {