[design] POS - item grid and taxes

This commit is contained in:
Anand Doshi
2015-01-05 16:19:12 +05:30
parent ff58261407
commit 9b955feff8
13 changed files with 147 additions and 155 deletions

View File

@@ -230,7 +230,7 @@ def create_feed_and_todo():
"""update activty feed and create todo for creation of item, customer, vendor"""
frappe.get_doc({
"doctype": "Feed",
"feedtype": "Comment",
"feed_type": "Comment",
"subject": "ERPNext Setup Complete!"
}).insert(ignore_permissions=True)