Hello,
Sorry, for fix that you need go to file
{yours site}/components/com_vehiclemanager/administrator/admin.vehiclemanager.php
find function "sendMailBuyingRequest" :
and in it replace
Code: |
mosMail($mosConfig_mailfrom,$conf->_registry['config']['data']->fromname,$data['email'],_VEHICLE_MANAGER_EMAIL_RENT_ANSWER_SUBJECT,
$message,true);
|
replace to
Code: |
mosMail($mosConfig_mailfrom,$conf->_registry['config']['data']->fromname,$data['email'],_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_ANSWER,
$message,true);
|
Thanks,
OrdaSoft team