X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcreate_recurrent_invoices.php;h=603eef15eef5c4713ac67f0ada6abe8d850b883f;hb=9b852b19c91b5af6400cf94a9ff65d37d1a730b4;hp=d398648c93e3894d89a8075d05c0a8d037846f2d;hpb=72c7510d29d26a0ede9cc23ad052b0ed156b1aaf;p=fa-stable.git diff --git a/sales/create_recurrent_invoices.php b/sales/create_recurrent_invoices.php index d398648c..603eef15 100644 --- a/sales/create_recurrent_invoices.php +++ b/sales/create_recurrent_invoices.php @@ -1,6 +1,14 @@ . +***********************************************************************/ $page_security = 3; $path_to_root=".."; include_once($path_to_root . "/sales/includes/cart_class.inc"); @@ -34,7 +42,7 @@ function create_recurrent_invoices($customer_id, $branch_id, $order_no, $tmpl_no $doc->due_date = get_invoice_duedate($doc->customer_id, $doc->document_date); $doc->reference = references::get_next($doc->trans_type); - $doc->Comments=''; + //$doc->Comments=''; foreach ($doc->line_items as $line_no=>$item) { $line = &$doc->line_items[$line_no]; @@ -150,7 +158,7 @@ end_table(); if ($due) display_note(_("Marked items are due."), 1, 0, "class='overduefg'"); else - display_note(("No recurrent invoices are due."), 1, 0); + display_note(_("No recurrent invoices are due."), 1, 0); echo '
';