mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
Remove unused message to avoid confusion
This commit is contained in:
@@ -57,16 +57,6 @@ erpnext.hub.Messages = class Messages extends SubPage {
|
|||||||
get_interactions() {
|
get_interactions() {
|
||||||
return hub.call('get_sellers_with_interactions', { for_seller: hub.settings.company_email });
|
return hub.call('get_sellers_with_interactions', { for_seller: hub.settings.company_email });
|
||||||
}
|
}
|
||||||
|
|
||||||
get_messages() {
|
|
||||||
const against_seller = frappe.get_route()[2];
|
|
||||||
if (!against_seller) return Promise.resolve([]);
|
|
||||||
|
|
||||||
return hub.call('get_messages', {
|
|
||||||
for_seller: hub.settings.company_email,
|
|
||||||
against_seller: against_seller
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_message_area_html() {
|
function get_message_area_html() {
|
||||||
|
|||||||
Reference in New Issue
Block a user