! -> Note
$ -> Affected files
+22-Jun-2010 Joe Hunt
+# Minor select bug in create recurrent invoices
+$ /sales/create_recurrent_invoices.php
+
18-Jun-2010 Joe Hunt
- Removed constraint on day values in Payment Terms
$ /admin/payment_terms.php
display_notification(sprintf(_("%s recurrent invoice(s) created, # $min - # $max."), count($invs)));
if (count($invs) > 0)
{
- $ar = array('PARAM_0' => $min, 'PARAM_1' => $max, 'PARAM_2' => "",
+ $ar = array('PARAM_0' => $min."-".ST_SALESINVOICE, 'PARAM_1' => $max."-".ST_SALESINVOICE, 'PARAM_2' => "",
'PARAM_3' => 0, 'PARAM_4' => 0, 'PARAM_5' => "", 'PARAM_6' => ST_SALESINVOICE);
display_note(print_link(_("&Print Recurrent Invoices # $min - # $max"), 107, $ar), 0, 1);
$ar['PARAM_3'] = 1;