|
@@ -6,14 +6,14 @@ |
|
|
block discarded – undo |
|
6
|
6
|
|
|
7
|
7
|
use Doctrine\Common\Persistence\ManagerRegistry; |
|
8
|
8
|
use Doctrine\ORM\EntityManager; |
|
9
|
|
-use Doctrine\ORM\OptimisticLockException; |
|
10
|
9
|
use Doctrine\ORM\ORMException; |
|
|
10
|
+use Doctrine\ORM\OptimisticLockException; |
|
11
|
11
|
use Doctrine\ORM\QueryBuilder; |
|
|
12
|
+use Loevgaard\DandomainConsignmentBundle\Exception\InvalidBarCodeException; |
|
|
13
|
+use Loevgaard\DandomainConsignmentBundle\Exception\InvalidVendorNumberException; |
|
12
|
14
|
use Loevgaard\DandomainConsignment\Entity\Generated\ReportInterface; |
|
13
|
15
|
use Loevgaard\DandomainConsignment\Entity\Report; |
|
14
|
16
|
use Loevgaard\DandomainConsignment\Repository\ReportRepository; |
|
15
|
|
-use Loevgaard\DandomainConsignmentBundle\Exception\InvalidBarCodeException; |
|
16
|
|
-use Loevgaard\DandomainConsignmentBundle\Exception\InvalidVendorNumberException; |
|
17
|
17
|
use Loevgaard\DandomainFoundation\Entity\Generated\ManufacturerInterface; |
|
18
|
18
|
use Loevgaard\DandomainStock\Entity\Generated\StockMovementInterface; |
|
19
|
19
|
use Loevgaard\DandomainStock\Entity\StockMovement; |
Please login to merge, or discard this patch.