summaryrefslogtreecommitdiff
path: root/FS/FS/usage_class.pm
diff options
context:
space:
mode:
authorlevinse <levinse>2011-02-19 16:21:20 +0000
committerlevinse <levinse>2011-02-19 16:21:20 +0000
commit4fc9163c63678a4fd19ed0b31f25f97cc0ac2748 (patch)
tree46894cf193c47b752545982c95c68bd3866be758 /FS/FS/usage_class.pm
parent60f799ab3b8458dcd88d1c5a9dd2f75581fcbbd5 (diff)
invoice customizations, RT11467
Diffstat (limited to 'FS/FS/usage_class.pm')
-rw-r--r--FS/FS/usage_class.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/FS/FS/usage_class.pm b/FS/FS/usage_class.pm
index 7b73c61..62beeb4 100644
--- a/FS/FS/usage_class.pm
+++ b/FS/FS/usage_class.pm
@@ -181,6 +181,19 @@ my %summary_formats = (
'span' => [ qw( 1 1 1 1 1 2 ) ], # unitprices?
'width' => [ qw( 4.3cm 1.4cm 2.5cm 2.5cm 1.4cm 1.6cm ) ],# don't like this
'show' => 0,
+ },
+ 'usage_4col' => {
+ 'label' => [ qw( col1 col2 col3 col4 ) ],
+ 'fields' => [
+ sub { ' ' },
+ sub { ' ' },
+ sub { ' ' },
+ sub { ' ' },
+ ],
+ 'align' => [ qw( l l l l r r ) ],
+ 'span' => [ qw( 1 1 1 1 1 2 ) ],
+ 'width' => [ qw( 4.3cm 1.4cm 2.5cm 2.5cm ) ],
+ 'show' => 0,
},
'usage_7col' => {
'label' => [ qw( col1 col2 col3 col4 col5 col6 col7 ) ],