mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix: codacy
This commit is contained in:
@@ -151,7 +151,7 @@ def create_sales_invoice():
|
|||||||
|
|
||||||
tests = [insulin_resistance_template, blood_test_template]
|
tests = [insulin_resistance_template, blood_test_template]
|
||||||
for entry in tests:
|
for entry in tests:
|
||||||
item_line = sales_invoice.append('items', {
|
sales_invoice.append('items', {
|
||||||
'item_code': entry.item,
|
'item_code': entry.item,
|
||||||
'item_name': entry.lab_test_name,
|
'item_name': entry.lab_test_name,
|
||||||
'description': entry.lab_test_description,
|
'description': entry.lab_test_description,
|
||||||
|
|||||||
Reference in New Issue
Block a user