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

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

feature/souke
Guillaume пре 1 година
родитељ
комит
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']);
}

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