Skip to content
Snippets Groups Projects
Commit 54bd3558 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Better help

parent fb0f5e32
No related branches found
No related tags found
No related merge requests found
......@@ -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 '<table class="border" width="100%" >';
print '<tr>';
print '<td>';
print '<td class="titlefieldmiddle">';
print $langs->trans('DateInvoice');
print '</td>';
print '<td>';
......@@ -784,12 +784,12 @@ if ($resql)
print '</tr>';
print '</table>';
print '<br />';
print '<br>';
print '<div class="center">';
print '<input type="submit" class="button" id="createbills" name="createbills" value="'.$langs->trans('CreateInvoiceForThisCustomer').'"> ';
print '<input type="submit" class="button" id="cancel" name="cancel" value="'.$langs->trans('Cancel').'">';
print '</div>';
print '<br />';
print '<br>';
}
......
......@@ -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 <strong>%s</strong>. 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment