Merge pull request #4887 from sbkolate/patch-3
enable uom in BOM Table View
This commit is contained in:
commit
f9103b1b0b
@ -9,6 +9,10 @@ from frappe.model.document import Document
|
|||||||
|
|
||||||
from operator import itemgetter
|
from operator import itemgetter
|
||||||
|
|
||||||
|
form_grid_templates = {
|
||||||
|
"items": "templates/form_grid/item_grid.html"
|
||||||
|
}
|
||||||
|
|
||||||
class BOM(Document):
|
class BOM(Document):
|
||||||
def autoname(self):
|
def autoname(self):
|
||||||
last_name = frappe.db.sql("""select max(name) from `tabBOM`
|
last_name = frappe.db.sql("""select max(name) from `tabBOM`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user