Merged changes from main trunk up to version_2_1_4
[fa-stable.git] / sales / create_recurrent_invoices.php
index 517bd34e33a943b8b4ba8b36af61130cbd046543..603eef15eef5c4713ac67f0ada6abe8d850b883f 100644 (file)
@@ -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];