adding acquisition permission

This commit is contained in:
tipaul 2004-12-02 17:17:00 +00:00
parent 98021d8c78
commit 25bf4e04a3

View file

@ -535,6 +535,13 @@ my %tabledata = (
flagdesc => 'Update borrower charges', flagdesc => 'Update borrower charges',
defaulton => 0 defaulton => 0
}, },
{
uniquefieldrequired => 'bit',
bit => 11,
flag => 'acquisition',
flagdesc => 'Acquisition and/or suggestion management',
defaulton => 0
},
], ],
systempreferences => [ systempreferences => [
{ {
@ -1360,6 +1367,9 @@ $sth->finish;
exit; exit;
# $Log$ # $Log$
# Revision 1.99 2004/12/02 17:17:00 tipaul
# adding acquisition permission
#
# Revision 1.98 2004/11/26 20:26:49 tipaul # Revision 1.98 2004/11/26 20:26:49 tipaul
# bugfix for auth_header creation # bugfix for auth_header creation
# #