Explorar el Código

[producer] Historique des commandes : bouton "Modifier" en trop

dev
Guillaume Bourgeois hace 5 años
padre
commit
5c1f2e3761
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      producer/views/order/history.php

+ 0
- 3
producer/views/order/history.php Ver fichero

@@ -118,9 +118,6 @@ GridView::widget([
if($c->date_delete) {
$html .= '<span class="label label-danger">Annulée</span><br />' ;
if($c->getState() == Order::STATE_OPEN) {
$html .= '<a href="'.Yii::$app->urlManager->createUrl(['order/order','id'=>$c->id]).'" class="btn btn-default"><span class="glyphicon glyphicon-pencil"></span> Modifier</a>' ;
}
}
else {
if($c->getState() == Order::STATE_DELIVERED) {

Cargando…
Cancelar
Guardar