feat: added jinja method get_serial_or_batch_nos for print format and new print format 'Purchase Receipt Serial and Batch Bundle Print for reference

This commit is contained in:
Rohit Waghchaure
2023-06-02 00:11:43 +05:30
parent 40ab3bdd35
commit bb95451db6
9 changed files with 66 additions and 21 deletions

View File

@@ -67,6 +67,12 @@ treeviews = [
"Department",
]
jinja = {
"methods": [
"erpnext.stock.serial_batch_bundle.get_serial_or_batch_nos",
],
}
# website
update_website_context = [
"erpnext.e_commerce.shopping_cart.utils.update_website_context",