[freeside-commits] branch master updated. d0eb979ed67e3ad9e1af8ef5cf04376ea5f74c04
Ivan
ivan at 420.am
Fri Aug 17 12:52:55 PDT 2012
The branch, master has been updated
via d0eb979ed67e3ad9e1af8ef5cf04376ea5f74c04 (commit)
from 51c3d90d07c9d5b3e33a1f002cf5a252ef65bb7b (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 d0eb979ed67e3ad9e1af8ef5cf04376ea5f74c04
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Aug 17 12:52:53 2012 -0700
disable date editor on new installs
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index e730bde..d6e0adb 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -407,6 +407,7 @@ sub default_superuser_rights {
'Edit usage',
'Credit card void',
'Echeck void',
+ 'Edit customer package dates',
);
no warnings 'uninitialized';
-----------------------------------------------------------------------
Summary of changes:
FS/FS/AccessRight.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list