Skip to content

Commit

Permalink
fix: rm unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fproldan committed Jun 12, 2024
1 parent 57bdd3b commit acde166
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def make_purchase_receipts(docname: str, rows: Union[list, str]) -> None:
rows = json.loads(rows) if isinstance(rows, str) else rows
doc = frappe.get_doc("Purchase Order", docname)
inventory_tools_settings = frappe.get_doc("Inventory Tools Settings", doc.company)
prs = []

forwarding = frappe._dict()
for row_name in rows:
Expand Down

0 comments on commit acde166

Please sign in to comment.