Hello, If I correctly understand, you want to retrieve the email address of the logged in user. Technically, you can do something like: my $logged_in_user_infos = C4::Members::GerMember( borrowernumber => $loggedinuser );
with $loggedinuser the variable returned by get_template_and_user. Since your email was not sent on the koha-devel list, I am not sure you are waiting for a technical answer :) Regards, Jonathan 2014-06-19 7:29 GMT+02:00 Arun Kumar <[email protected]>: > Hello, > > I have been working on KOHA customization for almost 2 months, Inorder make > it Compatible to our Workflow. > > My question is How to get Active User details Currently managing the > Intranet interface, like how it automatically does in Suggestion Management > of acquisition module i.e When we change the Suggestion status it picks > automatically the current managed user "Managed By" column. > > This is required to make it agile sending email alerts from the current > managed user as it does it using default admin address ie > "KohaAdminEmailAddress" stored in System Preference. > > the modules are little difficult to understand, hence development is > delayed. Please Help Us, We have been trying a lot any help will be > appreciated > > Regards > > Arunkumar > National Institute of Oceanography > Dona-Paula, Goa, India > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

