mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 18:28:49 +02:00
Show error message next to discount quantity, when a error casued by duplicate prciedetail occurs.
This commit is contained in:
parent
3b4d6e0736
commit
7d72f2416a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ use Symfony\Component\Validator\Constraints as Assert;
|
|||
* @ORM\Entity()
|
||||
* @ORM\Table("`pricedetails`")
|
||||
* @ORM\HasLifecycleCallbacks()
|
||||
* @UniqueEntity(fields={"orderdetail", "min_discount_quantity"})
|
||||
* @UniqueEntity(fields={"min_discount_quantity", "orderdetail"})
|
||||
*/
|
||||
class Pricedetail extends AbstractDBElement implements TimeStampableInterface
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue