Skip to content

Prevented redundancy in product get for godownkeeper

Abhijith Balan requested to merge abhijith/gkcore:productgk into devel

When a list of product codes is created in api_product.py for godown keeper a productcode was being added in every pass of loop.
Now a condition checks if the productcode is already available and appends it to list only if it is not.

Merge request reports