[freeside-commits] freeside/httemplate/search cust_bill.html, 1.19.2.11, 1.19.2.12
Ivan,,,
ivan at wavetail.420.am
Thu Sep 11 19:02:07 PDT 2008
- Previous message: [freeside-commits] freeside/httemplate/misc spool_invoices.cgi, NONE, 1.1.2.2
- Next message: [freeside-commits] freeside/FS/FS cust_bill_pkg_display.pm, NONE, 1.1 Schema.pm, 1.106, 1.107 cust_bill.pm, 1.225, 1.226 cust_bill_pkg.pm, 1.27, 1.28 cust_main.pm, 1.369, 1.370
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv21539/httemplate/search
Modified Files:
Tag: FREESIDE_1_7_BRANCH
cust_bill.html
Log Message:
add billco respooling, not re-FTPing, RT#3971
Index: cust_bill.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill.html,v
retrieving revision 1.19.2.11
retrieving revision 1.19.2.12
diff -u -d -r1.19.2.11 -r1.19.2.12
--- cust_bill.html 10 Sep 2008 08:34:32 -0000 1.19.2.11
+++ cust_bill.html 12 Sep 2008 02:02:05 -0000 1.19.2.12
@@ -188,7 +188,7 @@
qq!<FORM NAME="${_}form">!,
( map qq!<INPUT TYPE="hidden" NAME="$_" VALUE="$search{$_}">!, keys %search ),
qq!</FORM>!
-} qw( print_ email_ fax_ ftp_ ) ).
+} qw( print_ email_ fax_ ftp_ spool_ ) ).
'<SCRIPT TYPE="text/javascript">
@@ -216,6 +216,12 @@
}
ftp_process();
}
+function confirm_spool_process() {
+ if ( ! confirm("Are you sure you want to re-spool these invoices?") ) {
+ return;
+ }
+ spool_process();
+}
</SCRIPT>';
@@ -235,6 +241,11 @@
push @$menubar, 'FTP these invoices' =>
"javascript:confirm_ftp_process()"
if $conf->exists('cust_bill-ftpformat');
+
+ push @$menubar, 'Spool these invoices' =>
+ "javascript:confirm_spool_process()"
+ if $conf->exists('cust_bill-spoolformat');
+
}
</%init>
- Previous message: [freeside-commits] freeside/httemplate/misc spool_invoices.cgi, NONE, 1.1.2.2
- Next message: [freeside-commits] freeside/FS/FS cust_bill_pkg_display.pm, NONE, 1.1 Schema.pm, 1.106, 1.107 cust_bill.pm, 1.225, 1.226 cust_bill_pkg.pm, 1.27, 1.28 cust_main.pm, 1.369, 1.370
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list