Skip to content

Commit

Permalink
Wrong field in thirdparty getnomurl
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-maxime committed Feb 15, 2018
1 parent 15ab37b commit 6fe69d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/class/societe.class.php
Expand Up @@ -1919,7 +1919,7 @@ function getNomUrl($withpicto=0, $option='', $maxlen=0, $notooltip=0, $save_last
if (! empty($this->code_fournisseur) && $this->fournisseur)
$label.= '<br><b>' . $langs->trans('SupplierCode') . ':</b> '. $this->code_fournisseur;
if (! empty($conf->accounting->enabled) && $this->client)
$label.= '<br><b>' . $langs->trans('CustomerAccountancyCode') . ':</b> '. $this->code_compta_client;
$label.= '<br><b>' . $langs->trans('CustomerAccountancyCode') . ':</b> '. $this->code_compta;
if (! empty($conf->accounting->enabled) && $this->fournisseur)
$label.= '<br><b>' . $langs->trans('SupplierAccountancyCode') . ':</b> '. $this->code_compta_fournisseur;

Expand Down

0 comments on commit 6fe69d4

Please sign in to comment.