mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
fix: translate (#39398)
This commit is contained in:
committed by
GitHub
parent
92a5cda61a
commit
4970b5d5bc
@@ -1,7 +1,7 @@
|
|||||||
frappe.pages['warehouse-capacity-summary'].on_page_load = function(wrapper) {
|
frappe.pages['warehouse-capacity-summary'].on_page_load = function(wrapper) {
|
||||||
var page = frappe.ui.make_app_page({
|
var page = frappe.ui.make_app_page({
|
||||||
parent: wrapper,
|
parent: wrapper,
|
||||||
title: 'Warehouse Capacity Summary',
|
title: __('Warehouse Capacity Summary'),
|
||||||
single_column: true
|
single_column: true
|
||||||
});
|
});
|
||||||
page.set_secondary_action('Refresh', () => page.capacity_dashboard.refresh(), 'refresh');
|
page.set_secondary_action('Refresh', () => page.capacity_dashboard.refresh(), 'refresh');
|
||||||
|
|||||||
Reference in New Issue
Block a user