X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcreate_recurrent_invoices.php;h=8cdf543b606cc03033681997943b99a3dcfa7142;hb=7202616e85a0fb8907ced404e418d8a16a5ed53a;hp=8886e34911d105e5cc7e92b6dc076164caed2ff5;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/sales/create_recurrent_invoices.php b/sales/create_recurrent_invoices.php index 8886e349..8cdf543b 100644 --- a/sales/create_recurrent_invoices.php +++ b/sales/create_recurrent_invoices.php @@ -9,8 +9,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 3; -$path_to_root=".."; +$page_security = 'SA_SALESINVOICE'; +$path_to_root = ".."; include_once($path_to_root . "/sales/includes/cart_class.inc"); include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root . "/sales/includes/ui/sales_order_ui.inc"); @@ -42,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]; @@ -89,6 +89,8 @@ if (isset($_GET['recurrent'])) $ar = array('PARAM_0' => $min, 'PARAM_1' => $max, 'PARAM_2' => "", 'PARAM_3' => get_first_bank_account(), 'PARAM_4' => 0, 'PARAM_5' => 0, 'PARAM_6' => "", 'PARAM_7' => 10); display_note(print_link(_("&Print Recurrent Invoices # $min - # $max"), 107, $ar), 0, 1); + $ar['PARAM_4'] = 1; + display_note(print_link(_("&Email Recurrent Invoices # $min - # $max"), 107, $ar), 0, 1); } } @@ -158,7 +160,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 '
';