fix(chore): remove inscrutable message via DOM injection (via Sentry)

This commit is contained in:
Rushabh Mehta
2024-03-11 12:17:22 +05:30
parent 58e1548640
commit c4570ccfad

View File

@@ -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")
);