[freeside-commits] freeside/FS/FS Mason.pm, 1.6, 1.7 Conf.pm, 1.267, 1.268
Ivan,,,
ivan at wavetail.420.am
Tue Mar 17 02:58:20 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv11834/FS/FS
Modified Files:
Mason.pm Conf.pm
Log Message:
add eps preview to config, for RT#5025
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- Conf.pm 11 Mar 2009 10:03:59 -0000 1.267
+++ Conf.pm 17 Mar 2009 09:58:17 -0000 1.268
@@ -2304,7 +2304,7 @@
'key' => 'logo.eps',
'section' => 'billing', #?
'description' => 'Company logo for printed and PDF invoices, in EPS format.',
- 'type' => 'binary',
+ 'type' => 'image',
'per_agent' => 1, #XXX as above, kinda
},
Index: Mason.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Mason.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Mason.pm 17 Feb 2009 02:28:47 -0000 1.6
+++ Mason.pm 17 Mar 2009 09:58:17 -0000 1.7
@@ -91,6 +91,7 @@
use FS::UI::bytecount;
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email send_fax states_hash counties state_label );
+ use FS::Misc::eps2png qw( eps2png );
use FS::Report::Table::Monthly;
use FS::TicketSystem;
use FS::Tron qw( tron_lint );
More information about the freeside-commits
mailing list