diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php index ce3397364..165c6860b 100644 --- a/include/class/fiche.class.php +++ b/include/class/fiche.class.php @@ -1383,10 +1383,11 @@ class Fiche '._('Quick Code').Icon_Action::infobulle(17).''. ''._('Poste comptable').''. - ''._('Nom').''.' - '._('Adresse').' - '._('site web').' - '._('Total débit').' + ''._('Nom').''.''. + ''._('Compte en banque').''. + ''._('Adresse').''. + ''._('site web').''. + ''._('Total débit').' '._('Total crédit').' '._('Solde').''; $r.=''; @@ -1438,6 +1439,7 @@ class Fiche $r.=" $e".$tiers->get_attribute(ATTR_DEF_QUICKCODE).""; $r.=" $e".$accounting.""; $r.="".h($tiers->get_attribute(ATTR_DEF_NAME)).""; + $r.=td($tiers->get_attribute(ATTR_DEF_BQ_NO,0)); $r.="".h($tiers->get_attribute(ATTR_DEF_ADRESS,0). " ".$tiers->get_attribute(ATTR_DEF_POSTCODE,0). " ".$tiers->get_attribute(ATTR_DEF_COUNTRY,0)).