From: ivan Date: Tue, 1 Nov 2005 05:14:08 +0000 (+0000) Subject: add option for spool_csv events to apply only to a specific destination type (i.e... X-Git-Tag: SQL_LEDGER_2_4_4~1^2~102 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5862c8ef887a1f8b54aebb8b03aab6cc5dc5860a;p=freeside.git add option for spool_csv events to apply only to a specific destination type (i.e. postal only) --- diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index e60cc87e9..7e27bd400 100755 --- a/httemplate/edit/part_bill_event.cgi +++ b/httemplate/edit/part_bill_event.cgi @@ -252,6 +252,7 @@ tie my %events, 'Tie::IxHash', 'spool_csv' => { 'name' => 'Spool CSV invoice data', 'code' => '$cust_bill->spool_csv( \'format\' => \'%%%spoolformat%%%\', + \'dest\' => \'%%%spooldest%%%\', );', 'html' => ''. @@ -265,6 +266,15 @@ tie my %events, 'Tie::IxHash', '-->'. ''. ''. + ''. + ''. '
For destination: '. + ''. + '
', 'weight' => 50, },