diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
index 758f13ccd5a..d9438d9a93f 100644
--- a/htdocs/commande/list.php
+++ b/htdocs/commande/list.php
@@ -224,7 +224,7 @@ if($massaction == 'confirm_createbills') {
if($cmd->fetch($id_order) <= 0) continue;
$object = new Facture($db);
- if(!empty($createbills_onebythird) && !empty($TFactThird[$cmd->socid])) $object = $TFactThird[$cmd->socid]; // To use only one bill for a third
+ if(!empty($createbills_onebythird) && !empty($TFactThird[$cmd->socid])) $object = $TFactThird[$cmd->socid]; // If option "one bill per third" is set, we use already created order.
else {
$object->socid = $cmd->socid;
@@ -759,7 +759,7 @@ if ($resql)
print '
';
print '
';
- print '
';
+ print '
';
print $langs->trans('DateInvoice');
print '
';
print '
';
@@ -784,12 +784,12 @@ if ($resql)
print '
';
print '
';
- print ' ';
+ print ' ';
print '
';
print ' ';
print '';
print '
';
- print ' ';
+ print ' ';
}
diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang
index 777d0d4e805..3f4898630ba 100644
--- a/htdocs/langs/en_US/bills.lang
+++ b/htdocs/langs/en_US/bills.lang
@@ -483,5 +483,5 @@ ToCreateARecurringInvoiceGene=To generate future invoices regularly and manually
ToCreateARecurringInvoiceGeneAuto=If you need to have such invoices generated automatically, ask you administrator to enable and setup module %s. Note that both method (manual and automatic) can be used together with no risk of duplication.
DeleteRepeatableInvoice=Delete template invoice
ConfirmDeleteRepeatableInvoice=Are your sure you want to delete the template invoice?
-CreateOneBillByThird=Create one bill by third
+CreateOneBillByThird=Create one invoice per third (otherwise, one invoice per order)
BillCreated=%s bill(s) created
\ No newline at end of file