You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce the problem:
When saving an instance of the entity "discount" the application returns an error:
Microsoft.Data.SqlClient.SqlException (0x80131904): The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Discount_VendorId_Vendor_Id". The conflict occurred in database "nopCommerce_develop", table "dbo.Vendor", column 'Id'.
nopCommerce version: develop
Steps to reproduce the problem:
When saving an instance of the entity "discount" the application returns an error:
There is no binding to vendors:
Related to #7241
The text was updated successfully, but these errors were encountered: