Merge branch 'productgk' into 'devel'
Prevented redundancy in product get for godownkeeper 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. See merge request !10
Please register or sign in to comment