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

Backend : correctif méthod Document::isValidClass()

feature/souke
Guillaume 1 год назад
Родитель
Сommit
17e943d253
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Просмотреть файл

@@ -247,7 +247,7 @@ class Document extends ActiveRecordCommon
return '';
}

public function isValidClass($typeDocument)
public static function isValidClass($typeDocument)
{
return in_array($typeDocument, ['Invoice', 'DeliveryNote', 'Quotation']);
}

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