Skip to content

Commit

Permalink
Merge pull request #6724 from aspangaro/6.0-codecomptable
Browse files Browse the repository at this point in the history
New : Add search of accountancy code in main thirdparty search
  • Loading branch information
Juanjo Menent committed Apr 19, 2017
2 parents 4e2f4fd + 04e119d commit a196279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/societe/list.php
Expand Up @@ -118,7 +118,9 @@
's.nom'=>"ThirdPartyName",
's.name_alias'=>"AliasNameShort",
's.code_client'=>"CustomerCode",
"s.code_fournisseur"=>"SupplierCode",
's.code_fournisseur'=>"SupplierCode",
's.code_compta'=>"CustomerAccountancyCodeShort",
's.code_compta_fournisseur'=>"SupplierAccountancyCodeShort",
's.email'=>"EMail",
's.url'=>"URL",
's.tva_intra'=>"VATIntra",
Expand Down

0 comments on commit a196279

Please sign in to comment.