diff options
author | ivan <ivan> | 2011-09-27 01:43:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-09-27 01:43:34 +0000 |
commit | 7f358f20f786d88d3ffffd529e7355e717909610 (patch) | |
tree | 78db9abc34ae4311ecbd9f2b20de4ec80ba1f883 | |
parent | 3b331dce1edea02e0b60cb2f763b1d5df9f58c36 (diff) |
remove useless comment
-rw-r--r-- | FS/FS/cust_bill.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index acca765ba..c036db679 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -3697,8 +3697,6 @@ sub _date_pretty { time2str($date_format, $self->_date); } -# I like how _date_pretty was documented but this one wasn't. - =item _items_sections LATE SUMMARYPAGE ESCAPE EXTRA_SECTIONS FORMAT Generate section information for all items appearing on this invoice. |