[Patch] Update your template override of mod_sr_checkavailability for compatibility with Solidres v0.8.0

More
9 years 1 month ago #5128 by vietvh
Hi all,

If you are using a template that has override for mod_sr_checkavailability of Solidres v0.7.2 and before, you need to make a simple update to keep it compatible with Solidres v0.8.0:

1. Open the override file of mod_sr_checkavailablity

/templates/your_template_name/html/mod_sr_checkavailability/default.php

2. Find line
<input name="id" value="<?php echo $default->id ?>" type="hidden" />

Change it to:
<input name="id" value="<?php echo $tableAsset->id ?>" type="hidden" />

Cheers,
The following user(s) said Thank You: aspatop, giuseppelabriola, missdina

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?