@@ -344,6 +344,7 @@ class DistributionController extends BackendController | |||
]) | |||
->where([ | |||
'id_producer' => $producer->id, | |||
'status' => 1 | |||
]) | |||
->asArray() | |||
->all(); |
@@ -98,7 +98,10 @@ $this->setTitle('Confirmation de commande') ; | |||
<?php endif; ?> | |||
</li> | |||
<?php | |||
$strInfos = ''; | |||
if($order->pointSale) { | |||
$strInfos = $pointSaleManager->getStrInfos($order->pointSale, strtolower(date('l',strtotime($order->distribution->date)))); | |||
} | |||
?> | |||
<?php if(strlen($strInfos) > 0): ?> | |||
<li><span class="glyphicon glyphicon-info-sign"></span> |