change invoice terms for one-time charges (& bill them immediately), RT#5891
[freeside.git] / rt / etc / acl.Sybase
1 sub acl {
2 return (
3 "SP_ADDLOGIN ${RT::DatabaseUser}, ${RT::DatabasePassword}, ${RT::DatabaseName} ",
4 );
5 }
6 1;