mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
Merge pull request #35881 from rohitwaghchaure/fixed-serial-batch-bundle-print
fix: serial and batch bundle values in the standard print format
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{% if doc.get("serial_and_batch_bundle") %}
|
||||
{% set bundle_print = get_serial_or_batch_nos(doc.serial_and_batch_bundle) %}
|
||||
{{bundle_print}}
|
||||
{%- endif %}
|
||||
Reference in New Issue
Block a user