2
0
forked from Wavyzz/dolibarr

More info on contact popup

This commit is contained in:
Laurent Destailleur
2015-06-14 17:38:28 +02:00
parent 87e07a3038
commit 6263e90ddb
3 changed files with 22 additions and 3 deletions

View File

@@ -877,6 +877,7 @@ function dol_bc($var,$moreclass='')
* @param string $sep Separator to use to build string
* @param Translate $outputlangs Object lang that contains language for text translation.
* @return string Formated string
* @see dol_print_address
*/
function dol_format_address($object,$withcountry=0,$sep="\n",$outputlangs='')
{
@@ -1604,6 +1605,7 @@ function dol_user_country()
* @param int $mode thirdparty|contact|member|other
* @param int $id Id of object
* @return void
* @see dol_format_address
*/
function dol_print_address($address, $htmlid, $mode, $id)
{