Skip to content

Commit

Permalink
Merge pull request #3362 from marcosgdf/bug-3341
Browse files Browse the repository at this point in the history
Fix [ bug #3341 ]: Missing translation in /compta/paiement_charge.php
  • Loading branch information
Juanjo Menent committed Aug 10, 2015
2 parents 22b4bfd + a24f29b commit 804aec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -41,6 +41,7 @@ English Dolibarr ChangeLog
- Fix: [ bug #2696 ] Adding complementary attribute fails if code is numerics
- Fix: [ bug #3074 ] Accruals accounting use payment date instead of commitment date in turnover reports for salaries
- Fix: Not showing product supplier reference when page break
- Fix: [ bug #3341 ] Missing translation in /compta/paiement_charge.php

***** ChangeLog for 3.6.2 compared to 3.6.1 *****
- Fix: fix ErrorBadValueForParamNotAString error message in price customer multiprice.
Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/paiement_charge.php
Expand Up @@ -178,7 +178,7 @@

print '<table cellspacing="0" class="border" width="100%" cellpadding="2">';

print "<tr class=\"liste_titre\"><td colspan=\"3\">Charge</td>";
print "<tr class=\"liste_titre\"><td colspan=\"3\">".$langs->trans('Charge')."</td>";

print '<tr><td>'.$langs->trans("Ref").'</td><td colspan="2"><a href="'.DOL_URL_ROOT.'/compta/sociales/charges.php?id='.$chid.'">'.$chid.'</a></td></tr>';
print '<tr><td>'.$langs->trans("Type")."</td><td colspan=\"2\">".$charge->type_libelle."</td></tr>\n";
Expand Down

0 comments on commit 804aec3

Please sign in to comment.