Skip to content

Commit

Permalink
feat: taxTempType
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas8600 committed Apr 14, 2023
1 parent e7d42f5 commit 5a1d22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce_integrations/unicommerce/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def _build_unicommerce_item(item_code: ItemCode) -> JsonDict:
item_json["maxRetailPrice"] = frappe.get_value("Item Price",{"item_code":item_code},"price_list_rate")
item_json["hsnCode"] = frappe.get_value("Item",item.name,"gst_hsn_code")
item_json["description"] = frappe.get_value("Item",item.name,"description")
# item_json["gstTaxTypeCode"] =
item_json["gstTaxTypeCode"] = frappe.get_value("Item Tax",{"parent":"STO-ITEM-2023-00017"},"item_tax_template")
return item_json


Expand Down

0 comments on commit 5a1d22d

Please sign in to comment.