chore: resolve conflict

This commit is contained in:
ruthra kumar
2024-07-11 17:31:20 +05:30
parent ac48c3d4e7
commit edfb408464

View File

@@ -431,18 +431,12 @@ erpnext.accounts.SalesInvoiceController = class SalesInvoiceController extends e
return this.frm.call({ return this.frm.call({
doc: me.frm.doc, doc: me.frm.doc,
method: "set_missing_values", method: "set_missing_values",
<<<<<<< HEAD
callback: function(r) {
if(!r.exc) {
if(r.message && r.message.print_format) {
=======
args: { args: {
for_validate: true, for_validate: true,
}, },
callback: function (r) { callback: function (r) {
if (!r.exc) { if (!r.exc) {
if (r.message && r.message.print_format) { if (r.message && r.message.print_format) {
>>>>>>> 1049550951 (fix: missing discount on POS Credit Notes)
me.frm.pos_print_format = r.message.print_format; me.frm.pos_print_format = r.message.print_format;
} }
me.frm.trigger("update_stock"); me.frm.trigger("update_stock");