@@ -7,11 +7,11 @@ |
||
7 | 7 | use Doctrine\Common\Persistence\ManagerRegistry; |
8 | 8 | use Doctrine\ORM\EntityManager; |
9 | 9 | use Doctrine\ORM\QueryBuilder; |
10 | +use Loevgaard\DandomainConsignmentBundle\Exception\InvalidBarCodeException; |
|
11 | +use Loevgaard\DandomainConsignmentBundle\Exception\InvalidVendorNumberException; |
|
10 | 12 | use Loevgaard\DandomainConsignment\Entity\Generated\ReportInterface; |
11 | 13 | use Loevgaard\DandomainConsignment\Entity\Report; |
12 | 14 | use Loevgaard\DandomainConsignment\Repository\ReportRepository; |
13 | -use Loevgaard\DandomainConsignmentBundle\Exception\InvalidBarCodeException; |
|
14 | -use Loevgaard\DandomainConsignmentBundle\Exception\InvalidVendorNumberException; |
|
15 | 15 | use Loevgaard\DandomainFoundation\Entity\Generated\ManufacturerInterface; |
16 | 16 | use Loevgaard\DandomainStock\Entity\Generated\StockMovementInterface; |
17 | 17 | use Loevgaard\DandomainStock\Entity\StockMovement; |