Explorar el Código

[Backend] Documents : ajout de produits (ordre) #232

refactoring
Guillaume hace 2 años
padre
commit
538dd8558f
Se han modificado 2 ficheros con 471 adiciones y 465 borrados
  1. +470
    -464
      backend/controllers/DocumentController.php
  2. +1
    -1
      backend/views/point-sale/index.php

+ 470
- 464
backend/controllers/DocumentController.php
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1
- 1
backend/views/point-sale/index.php Ver fichero

@@ -128,7 +128,7 @@ $this->addButton(
'label' => 'Crédit',
'format' => 'raw',
'value' => function ($model) {
if ($model->credit) {
if ($model->credit && isset(Producer::$creditFunctioningArray[$model->credit_functioning])) {
return '<span class="glyphicon glyphicon-euro"></span> ' . Producer::$creditFunctioningArray[$model->credit_functioning];
}


Cargando…
Cancelar
Guardar