[freeside-commits] freeside/FS/FS cust_bill_pkg.pm,1.26,1.27
Ivan,,,
ivan at wavetail.420.am
Sun Sep 7 19:48:38 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv9652
Modified Files:
cust_bill_pkg.pm
Log Message:
removing unacceptable display fields from cust_bill_pkg
Index: cust_bill_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- cust_bill_pkg.pm 2 Sep 2008 15:37:07 -0000 1.26
+++ cust_bill_pkg.pm 8 Sep 2008 02:48:36 -0000 1.27
@@ -47,8 +47,6 @@
=item pkgnum - package (see L<FS::cust_pkg>) or 0 for the special virtual sales tax package, or -1 for the virtual line item (itemdesc is used for the line)
=item pkgpart_override - optional package definition (see L<FS::part_pkg>) override
-=item type - can be set to U for usage; more later
-
=item setup - setup fee
=item recur - recurring fee
@@ -61,10 +59,6 @@
=item section - Invoice section (overrides normal package section)
-=duplicate - Indicates this item is a candidate for summarizing and duplicating at print time
-
-=post_total - A hint that this item should appear after invoice totals
-
=cut
sub section {
@@ -201,9 +195,6 @@
|| $self->ut_numbern('edate')
|| $self->ut_textn('itemdesc')
|| $self->ut_textn('section')
- || $self->ut_enum('duplicate', [ '', 'Y' ])
- || $self->ut_enum('post_total', [ '', 'Y' ])
- || $self->ut_enum('type', [ '', 'U' ]) #only usage for now
;
return $error if $error;
More information about the freeside-commits
mailing list