mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
reload print formats patch
This commit is contained in:
16
patches/january_2013/reload_print_format.py
Normal file
16
patches/january_2013/reload_print_format.py
Normal file
@@ -0,0 +1,16 @@
|
||||
def execute():
|
||||
from webnotes.modules.import_file import import_files
|
||||
import_files([["selling", "Print Format", "Quotation Classic"],
|
||||
["selling", "Print Format", "Quotation Modern"],
|
||||
["selling", "Print Format", "Quotation Spartan"],
|
||||
["selling", "Print Format", "Sales Order Classic"],
|
||||
["selling", "Print Format", "Sales Order Modern"],
|
||||
["selling", "Print Format", "Sales Order Spartan"]])
|
||||
|
||||
import_files([["stock", "Print Format", "Delivery Note Classic"],
|
||||
["stock", "Print Format", "Delivery Note Modern"],
|
||||
["stock", "Print Format", "Delivery Note Spartan"]])
|
||||
|
||||
import_files([["accounts", "Print Format", "Sales Invoice Classic"],
|
||||
["accounts", "Print Format", "Sales Invoice Modern"],
|
||||
["accounts", "Print Format", "Sales Invoice Spartan"]])
|
||||
Reference in New Issue
Block a user