Contact avec un grand C pour que la traduction marche

This commit is contained in:
erics 2005-06-12 23:29:20 +00:00
parent 03d707363d
commit c820823949

View File

@ -269,7 +269,7 @@ if ($_GET["action"] == 'create')
print '<tr><td>'.$langs->trans("Note").'</td><td colspan="5"><textarea name="note" cols="60" rows="3"></textarea></td></tr>';
print '<tr><td>'.$langs->trans("Billingcontact").'</td><td colspan="5">';
print '<tr><td>'.$langs->trans("BillingContact").'</td><td colspan="5">';
print $form->selectyesno("facturation",$contact->facturation);
print '</td></tr>';