Skip to content
Snippets Groups Projects
Commit 206181a5 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1441 from syrus34/patch-3

Update commondocgenerator.class.php
parents 8c4369ea dbdb8de7
No related branches found
No related tags found
No related merge requests found
......@@ -174,8 +174,8 @@ abstract class CommonDocGenerator
'company_idprof6'=>$object->idprof6,
'company_note_public'=>$object->note_public,
'company_note_private'=>$object->note_private,
'company_iban'=>$object->bank_account->iban,
'company_bic'=>$object->bank_account->bic
'company_default_bank_iban'=>$object->bank_account->iban,
'company_default_bank_bic'=>$object->bank_account->bic
);
// Retrieve extrafields
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment