$ /gl/includes/db/gl_db_banking.inc
/gl/includes/db/gl_db_trans.inc
/reporting/rep709.php
+! Comments should follow templates and recurrent invoices.
+$ /sales/create_recurrent_invoices.php
+ /sales/sales_order_entry.php
12-Jul-2009 Joe Hunt
# Wrong presentation of left to allocate if discount was given
$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];
} else
$doc->due_date = $doc->document_date;
$doc->reference = references::get_next($doc->trans_type);
- $doc->Comments='';
+ //$doc->Comments='';
foreach($doc->line_items as $line_no => $line) {
$doc->line_items[$line_no]->qty_done = 0;
}