update get-template-list method

This commit is contained in:
iIronside
2022-01-14 17:34:11 +03:00
parent c1ff229aa7
commit 495eb9a1a4
6 changed files with 99 additions and 4 deletions

View File

@ -7,8 +7,8 @@ use yii\helpers\ArrayHelper;
class TemplateDocumentTypeHelper
{
const STATUS_ACT = 0;
const STATUS_CONTRACT = 1;
const STATUS_ACT = 1;
const STATUS_CONTRACT = 2;
public static function getDocumentTypeList() :array
{