fix: serial and batch bundle values in the standard print format

This commit is contained in:
Rohit Waghchaure
2023-06-26 16:00:53 +05:30
parent c51e6dba8d
commit 9cf645e07f
4 changed files with 36 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ def set_print_templates_for_item_table(doc, settings):
doc.child_print_templates = {
"items": {
"qty": "templates/print_formats/includes/item_table_qty.html",
"serial_and_batch_bundle": "templates/print_formats/includes/serial_and_batch_bundle.html",
}
}