EH
Asked
I keep getting this duplicate error when adding new product.
Attachments
- MSAnsweredHello,
You can't have same supplier item id. If you need this, you will need to remove the drop unique index on `supplier_item_id` of `items` table in your database.
**_This is optional field if you don't have supplier item id then you can leave it empty._**
I will add the validation to avoid the 500 error and give validation error.
Thank you - EHAnswered**[Mian Saleem](/u/saleem)** Oh my bad, i read it as supplier id. Thankyou
- Login to Reply