Ver código fonte

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

refactoring
Guillaume Bourgeois 5 anos atrás
pai
commit
5c1f2e3761
1 arquivos alterados com 0 adições e 3 exclusões
  1. +0
    -3
      producer/views/order/history.php

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

@@ -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) {

Carregando…
Cancelar
Salvar