I have a question : Is it possible to define different loan periods for each category of borrowers.
e.g : undergraduate student can borrow books for 7 days
masters student can borrow books for 15 days
etc ..
If this is possible. How can I configure this?
Thanks.
in PhpMyLibrary/polerio/module/config/config.php: $user_type[n][1] = 'number of days';
you've got it correctly!!!!!
polerio/dondon
Log in to post a comment.
I have a question : Is it possible to define different loan periods for each category of borrowers.
e.g : undergraduate student can borrow books for 7 days
masters student can borrow books for 15 days
etc ..
If this is possible. How can I configure this?
Thanks.
in PhpMyLibrary/polerio/module/config/config.php:
$user_type[n][1] = 'number of days';
you've got it correctly!!!!!
polerio/dondon