mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Enable page numbering logic
This commit is contained in:
parent
b6f48c0d8c
commit
a6fea388ad
@ -18,8 +18,8 @@ trait PageNumbering
|
||||
private function pageNumbering($pdf_data_object, $company)
|
||||
{
|
||||
|
||||
// if(!$company->settings->page_numbering)
|
||||
// return $pdf_data_object;
|
||||
if(!$company->settings->page_numbering)
|
||||
return $pdf_data_object;
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user