summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-30 12:17:41 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-30 12:17:41 -0700
commit57329fa70955c43248af97ad1d36ac49e15afa7c (patch)
tree22b01fc53060db4ca6aacbaf7123a5edf0de754a /FS/FS
parent368ed08e24400e9d1faf401a1e4e23ea54d2c969 (diff)
doc
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/reason.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/FS/reason.pm b/FS/FS/reason.pm
index d87911e..176e24c 100644
--- a/FS/FS/reason.pm
+++ b/FS/FS/reason.pm
@@ -288,6 +288,10 @@ sub new_or_existing {
=head1 BUGS
+The reason_type column should have been typenum, and then that cascaded into
+a bunch of other stupidity where that conflicts with the autogenerated methos
+and so we need our own manual and inconsistently named reasontype method.
+
=head1 SEE ALSO
L<FS::Record>, schema.html from the base documentation.