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

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