mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
chore: fix conflicts
This commit is contained in:
@@ -315,12 +315,8 @@ erpnext.accounts.SalesInvoiceController = erpnext.selling.SellingController.exte
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
make_inter_company_invoice: function() {
|
make_inter_company_invoice: function() {
|
||||||
=======
|
|
||||||
make_inter_company_invoice() {
|
|
||||||
let me = this;
|
let me = this;
|
||||||
>>>>>>> 19911b48fd (fix: validation for internal transfer entry)
|
|
||||||
frappe.model.open_mapped_doc({
|
frappe.model.open_mapped_doc({
|
||||||
method: "erpnext.accounts.doctype.sales_invoice.sales_invoice.make_inter_company_purchase_invoice",
|
method: "erpnext.accounts.doctype.sales_invoice.sales_invoice.make_inter_company_purchase_invoice",
|
||||||
frm: me.frm
|
frm: me.frm
|
||||||
|
|||||||
Reference in New Issue
Block a user