mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
fix merge conflict
This commit is contained in:
@@ -850,7 +850,7 @@ class pdf_eratosthene extends ModelePDFCommandes
|
||||
|
||||
// Add number of pages in footer
|
||||
if (method_exists($pdf, 'AliasNbPages')) {
|
||||
$pdf->AliasNbPages();
|
||||
$pdf->AliasNbPages(); // @phan-suppress-current-line PhanUndeclaredMethod
|
||||
}
|
||||
|
||||
$pdf->Close();
|
||||
|
||||
Reference in New Issue
Block a user