diff --git a/erpnext/templates/print_formats/includes/item_table_qty.html b/erpnext/templates/print_formats/includes/item_table_qty.html index 4ce3c3333b..4530e261b6 100644 --- a/erpnext/templates/print_formats/includes/item_table_qty.html +++ b/erpnext/templates/print_formats/includes/item_table_qty.html @@ -1,2 +1,2 @@ -{{ doc.get_formatted("qty", doc) }}
-{{ doc.uom or doc.stock_uom }} +{{ doc.uom or doc.stock_uom }} +{{ doc.get_formatted("qty", doc) }}