diff options
Diffstat (limited to 'FS/FS/Misc/Invoicing.pm')
-rw-r--r-- | FS/FS/Misc/Invoicing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Misc/Invoicing.pm b/FS/FS/Misc/Invoicing.pm index 2fc52a99b..92138c2a7 100644 --- a/FS/FS/Misc/Invoicing.pm +++ b/FS/FS/Misc/Invoicing.pm @@ -19,7 +19,7 @@ Returns a list of the invoice spool formats. =cut sub spool_formats { - qw(default oneline billco bridgestone) + qw(default oneline billco bridgestone ics) } 1; |