mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 10:36:31 +00:00
rename Production --> Manufacturing and delete old patches
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
pscript['onload_production-home'] = function(wrapper) {
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Production');
|
||||
erpnext.module_page.setup_page('Production', wrapper);
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Manufacturing');
|
||||
erpnext.module_page.setup_page('Manufacturing', wrapper);
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
{
|
||||
'creation': '2012-02-21 13:24:34',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-02-21 13:24:34',
|
||||
'modified': '2012-12-10 18:30:00',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
@@ -13,16 +13,16 @@
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': u'Production',
|
||||
'module': u'Manufacturing',
|
||||
'name': '__common__',
|
||||
'page_name': u'production-home',
|
||||
'page_name': u'manufacturing-home',
|
||||
'standard': u'Yes',
|
||||
'title': u'Production Home'
|
||||
'title': u'Manufacturing Home'
|
||||
},
|
||||
|
||||
# Page, production-home
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': u'production-home'
|
||||
'name': u'manufacturing-home'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user