Просмотр исходного кода

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

refactoring
Guillaume 2 лет назад
Родитель
Сommit
538dd8558f
2 измененных файлов: 471 добавлений и 465 удалений
  1. +470
    -464
      backend/controllers/DocumentController.php
  2. +1
    -1
      backend/views/point-sale/index.php

+ 470
- 464
backend/controllers/DocumentController.php
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 1
- 1
backend/views/point-sale/index.php Просмотреть файл

@@ -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];
}


Загрузка…
Отмена
Сохранить