Merge branch 'responsive' of github.com:webnotes/erpnext into responsive

This commit is contained in:
Anand Doshi
2013-06-27 12:17:59 +05:30
7 changed files with 23 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ class DocType(DocListController):
from webnotes.model.doc import make_autoname
self.doc.item_code = make_autoname(self.doc.naming_series+'.#####')
elif not self.doc.item_code:
msgprint(_("Item Code is mandatory"), raise_exception=1)
msgprint(_("Item Code (item_code) is mandatory because Item naming is not sequential."), raise_exception=1)
self.doc.name = self.doc.item_code

View File

@@ -2,7 +2,7 @@
{
"creation": "2013-05-03 10:45:46",
"docstatus": 0,
"modified": "2013-06-13 16:17:42",
"modified": "2013-06-26 21:39:46",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -838,6 +838,7 @@
"read_only": 0
},
{
"depends_on": "show_in_website",
"doctype": "DocField",
"fieldname": "copy_from_item_group",
"fieldtype": "Button",