mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
chore:conflicts
This commit is contained in:
@@ -1034,19 +1034,10 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
|||||||
erpnext.utils.get_contact_details(this.frm);
|
erpnext.utils.get_contact_details(this.frm);
|
||||||
},
|
},
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
currency: function() {
|
currency: function() {
|
||||||
/* manqala 19/09/2016: let the translation date be whichever of the transaction_date or posting_date is available */
|
|
||||||
var transaction_date = this.frm.doc.transaction_date || this.frm.doc.posting_date;
|
|
||||||
/* end manqala */
|
|
||||||
var me = this;
|
|
||||||
=======
|
|
||||||
currency() {
|
|
||||||
// The transaction date be either transaction_date (from orders) or posting_date (from invoices)
|
|
||||||
let transaction_date = this.frm.doc.transaction_date || this.frm.doc.posting_date;
|
let transaction_date = this.frm.doc.transaction_date || this.frm.doc.posting_date;
|
||||||
|
|
||||||
let me = this;
|
let me = this;
|
||||||
>>>>>>> 54d6cf18fc (fix: Item rate reset on changing posting date (#30990))
|
|
||||||
this.set_dynamic_labels();
|
this.set_dynamic_labels();
|
||||||
let company_currency = this.get_company_currency();
|
let company_currency = this.get_company_currency();
|
||||||
// Added `ignore_price_list` to determine if document is loading after mapping from another doc
|
// Added `ignore_price_list` to determine if document is loading after mapping from another doc
|
||||||
|
|||||||
Reference in New Issue
Block a user