[freeside-commits] branch master updated. 10c9cff441ddc9e46e419ca8bb566bf752a8c7cf
Ivan
ivan at 420.am
Wed Jul 9 11:01:23 PDT 2014
The branch, master has been updated
via 10c9cff441ddc9e46e419ca8bb566bf752a8c7cf (commit)
via 82532f6d81a8592b38f57fbb566e1a7b2177a012 (commit)
via c6b180c6a3dcd014f781215395bd361f30eae9ed (commit)
from b8e4ca0d3999d51c6970bd084d889abebcaae2cf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 10c9cff441ddc9e46e419ca8bb566bf752a8c7cf
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 9 11:01:21 2014 -0700
don't enable 'Void invoices' by default, being overused in lieu of more accounting-correct credits, RT#28789
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index de0a557..9b9642e 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -438,7 +438,7 @@ sub default_superuser_rights {
'Edit usage',
'Credit card void',
'Echeck void',
- 'Edit customer package dates',
+ 'Void invoices',#people are overusing this when credits are more appropriate
);
no warnings 'uninitialized';
commit 82532f6d81a8592b38f57fbb566e1a7b2177a012
Merge: c6b180c b8e4ca0
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jul 8 17:44:38 2014 -0700
Merge branch 'master' of git.freeside.biz:/home/git/freeside
commit c6b180c6a3dcd014f781215395bd361f30eae9ed
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jul 8 17:44:35 2014 -0700
export_batch.statustext s/varchar/text/, RT#14049
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 1b76a23..eea43f0 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -6610,7 +6610,7 @@ sub tables_hashref {
'exportnum', 'int', '', '', '', '',
'_date', 'int', '', '', '', '',
'status', 'varchar', 'NULL', 32, '', '',
- 'statustext', 'varchar', 'NULL', $char_d, '', '',
+ 'statustext', 'text', 'NULL', '', '', '',
],
'primary_key' => 'batchnum',
'unique' => [],
-----------------------------------------------------------------------
Summary of changes:
FS/FS/AccessRight.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list