Преглед изворни кода

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

refactoring
Guillaume пре 2 година
родитељ
комит
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];
}


Loading…
Откажи
Сачувај