2
0
forked from Wavyzz/dolibarr

Uniformize code: property "nom" for thirdparty is aliased into "name"

everywhere.
This commit is contained in:
Laurent Destailleur
2014-10-04 17:20:17 +02:00
parent 69475b7bf8
commit 97eec37f1c
162 changed files with 710 additions and 699 deletions

View File

@@ -281,7 +281,7 @@ function html_print_paybox_footer($fromcompany,$langs)
print '<br><br><hr>'."\n";
print '<center><font style="font-size: 10px;">'."\n";
print $fromcompany->nom.'<br>';
print $fromcompany->name.'<br>';
print $line1.'<br>';
print $line2;
print '</font></center>'."\n";