Remove duplicate getJournalConfiguration method declaration in PDF class
This commit is contained in:
parent
d29644738e
commit
b915e95b5e
@ -2414,18 +2414,6 @@ class DeclarationTVA_PDF
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get journal configuration
|
||||
*
|
||||
* @return array Journal configuration
|
||||
*/
|
||||
private function getJournalConfiguration()
|
||||
{
|
||||
require_once DOL_DOCUMENT_ROOT . '/custom/declarationtva/core/class/declarationtva_config.class.php';
|
||||
$config = new DeclarationTVA_Config($this->db, $this->entity);
|
||||
return $config->getJournalConfiguration();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get VAT refund threshold configuration
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user