| 1 | <?php |
||
| 25 | class SupplierRepository extends EntityRepository |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * Returns the active providers corresponding to the logistic family |
||
| 29 | * of the article in parameter. |
||
| 30 | * |
||
| 31 | * @param App\Entity\Settings\Supplier $supplier Selected supplier |
||
| 32 | * |
||
| 33 | * @return \Doctrine\ORM\QueryBuilder DQL query |
||
| 34 | */ |
||
| 35 | public function getSupplierForReassign($supplier) |
||
| 48 | } |
||
| 49 |