client id
This commit is contained in:
parent
f905dd2db1
commit
f3aa55200c
@ -2707,6 +2707,9 @@ class PageController extends Controller {
|
||||
|
||||
public function exportFactureByClientAndMonthYearToPdf($clientId,$month,$year){
|
||||
try{
|
||||
if($clientId == "" || $clientId == "0"){
|
||||
$clientId = 0;
|
||||
}
|
||||
$factureFilename = $this->invoicePdfService->generateMultipleInvoicePdfByClientAndMonthYear($clientId,$month,$year,$this->idNextcloud);
|
||||
return $factureFilename;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user