Fix: typo

This commit is contained in:
Laurent Destailleur 2014-06-29 04:25:42 +02:00
parent 330c965cb9
commit 6f0250cb94
2 changed files with 2 additions and 2 deletions

View File

@ -593,7 +593,7 @@ abstract class CommonObject
}
/**
* Load the third party of object, from id $this->socid or $this->fk_soc, into this->thirdpary
* Load the third party of object, from id $this->socid or $this->fk_soc, into this->thirdparty
*
* @return int <0 if KO, >0 if OK
*/

View File

@ -112,7 +112,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
{
print '<tr>';
print '<td class="nowrap">';
print $langs->trans("Thirdpary").' &nbsp; ';
print $langs->trans("ThirdParty").' &nbsp; ';
print '</td><td class="nowrap maxwidthonsmartphone">';
print $form->select_thirdparty($socid, 'socid');
print '</td></tr>';