Enable page numbering logic
This commit is contained in:
parent
b6f48c0d8c
commit
a6fea388ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue