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:
rohitwaghchaure
2023-06-26 16:21:34 +05:30
committed by GitHub
4 changed files with 36 additions and 3 deletions

View File

@@ -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 %}