diff --git a/models/discount_detail.json b/models/discount_detail.json index f099dcc..6220722 100644 --- a/models/discount_detail.json +++ b/models/discount_detail.json @@ -77,15 +77,17 @@ }, { "field": "prodtypeid", - "table": "prodtype", + "dbname": "product_management", + "table": "product_category", "valuefield": "id", "textfield": "name" }, { "field": "productid", + "dbname": "product_management", "table": "product", "valuefield": "id", - "textfield": "name" + "textfield": "product_name" } ] }