[freeside-commits] freeside/httemplate/search cust_pkg.cgi, 1.42.2.7, 1.42.2.8
Ivan,,,
ivan at wavetail.420.am
Tue Jun 3 14:06:42 PDT 2008
- Previous message: [freeside-commits] freeside/FS/FS cust_bill.pm, 1.163.2.28, 1.163.2.29 Schema.pm, 1.44.2.24, 1.44.2.25 cust_pkg.pm, 1.73.2.13, 1.73.2.14 cust_bill_pkg.pm, 1.12.2.2, 1.12.2.3
- Next message: [freeside-commits] freeside/conf invoice_latex,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv9268/httemplate/search
Modified Files:
Tag: FREESIDE_1_7_BRANCH
cust_pkg.cgi
Log Message:
very basic start at adding quantities
Index: cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pkg.cgi,v
retrieving revision 1.42.2.7
retrieving revision 1.42.2.8
diff -u -d -r1.42.2.7 -r1.42.2.8
--- cust_pkg.cgi 1 Apr 2008 04:37:27 -0000 1.42.2.7
+++ cust_pkg.cgi 3 Jun 2008 21:06:39 -0000 1.42.2.8
@@ -6,6 +6,7 @@
'count_query' => $count_query,
#'redirect' => $link,
'header' => [ '#',
+ 'Quan.',
'Package',
'Class',
'Status',
@@ -25,6 +26,7 @@
],
'fields' => [
'pkgnum',
+ 'quantity',
sub { #my $part_pkg = $part_pkg{shift->pkgpart};
#$part_pkg->pkg; # ' - '. $part_pkg->comment;
$_[0]->pkg; # ' - '. $_[0]->comment;
@@ -87,6 +89,7 @@
'',
'',
'',
+ '',
sub { shift->statuscolor; },
'',
'',
@@ -100,13 +103,14 @@
FS::UI::Web::cust_colors(),
'',
],
- 'style' => [ '', '', '', 'b', '', '', '', '', '', '', '', '', '',
+ 'style' => [ '', '', '', '', 'b', '', '', '', '', '', '', '', '', '',
FS::UI::Web::cust_styles() ],
- 'size' => [ '', '', '', '-1' ],
- 'align' => 'rlcclrrrrrrrl'. FS::UI::Web::cust_aligns(). 'r',
+ 'size' => [ '', '', '', '', '-1' ],
+ 'align' => 'rrlcclrrrrrrrl'. FS::UI::Web::cust_aligns(). 'r',
'links' => [
$link,
$link,
+ $link,
'',
'',
'',
- Previous message: [freeside-commits] freeside/FS/FS cust_bill.pm, 1.163.2.28, 1.163.2.29 Schema.pm, 1.44.2.24, 1.44.2.25 cust_pkg.pm, 1.73.2.13, 1.73.2.14 cust_bill_pkg.pm, 1.12.2.2, 1.12.2.3
- Next message: [freeside-commits] freeside/conf invoice_latex,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list