Explorar el Código

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

feature/souke
Guillaume hace 1 año
padre
commit
17e943d253
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Ver fichero

@@ -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']);
}

Cargando…
Cancelar
Guardar