mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
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