ソースを参照

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


読み込み中…
キャンセル
保存