소스 검색

[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…
취소
저장