X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=sales%2Fcreate_recurrent_invoices.php;h=ea71fd3a903d421d8f51a7739ae6e1c3555afa09;hp=3f359f8cd0a0bf5093f51d681cd1a881e0bbe130;hb=7226477a2624571ba8460f773092f6e38bbc46f3;hpb=d6ba8c34ca46258a5ed424dfca43c4c8841ea8c4 diff --git a/sales/create_recurrent_invoices.php b/sales/create_recurrent_invoices.php index 3f359f8c..ea71fd3a 100644 --- a/sales/create_recurrent_invoices.php +++ b/sales/create_recurrent_invoices.php @@ -27,12 +27,15 @@ page(_($help_context = "Create and Print Recurrent Invoices"), false, false, "", function create_recurrent_invoices($customer_id, $branch_id, $order_no, $tmpl_no, $date, $from, $to, $memo) { - global $Refs; + global $Refs, $SysPrefs; update_last_sent_recurrent_invoice($tmpl_no, $to); $doc = new Cart(ST_SALESORDER, array($order_no)); - + + if (!empty($SysPrefs->prefs['dim_on_recurrent_invoice'])) + $doc->trans_type = ST_SALESINVOICE; + get_customer_details_to_order($doc, $customer_id, $branch_id); $doc->trans_type = ST_SALESORDER;