Skip to content

Commit

Permalink
fix(chore): remove inscrutable message via DOM injection (via Sentry)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta committed Mar 11, 2024
1 parent 58e1548 commit c4570cc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions erpnext/selling/doctype/sales_order/sales_order.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,14 +737,6 @@ erpnext.selling.SalesOrderController = class SalesOrderController extends erpnex
status: ["!=", "Lost"],
},
});

setTimeout(() => {
d.$parent.append(`
<span class='small text-muted'>
${__("Note: Please create Sales Orders from individual Quotations to select from among Alternative Items.")}
</span>
`);
}, 200);
},
__("Get Items From")
);
Expand Down

0 comments on commit c4570cc

Please sign in to comment.