restore getClientsByDateDevis api
This commit is contained in:
parent
50ca1bb3e8
commit
a97f46d5a6
@ -2040,6 +2040,15 @@ class PageController extends Controller {
|
|||||||
return $this->myDb->getArticles($this->idNextcloud);
|
return $this->myDb->getArticles($this->idNextcloud);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @NoAdminRequired
|
||||||
|
* @NoCSRFRequired
|
||||||
|
* @param string $date
|
||||||
|
*/
|
||||||
|
public function getClientsByDateDevis($date) {
|
||||||
|
return $this->myDb->getClientsByDateDevis($this->idNextcloud, $date);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @NoAdminRequired
|
* @NoAdminRequired
|
||||||
* @NoCSRFRequired
|
* @NoCSRFRequired
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user