I'm not sure if it's really a bug (I made now a lof of changes and i don't now if it's a problem that I created by myself) but I had to change the lines (#60) on bookings.admin.php from
- Code: Select all
<input type="submit" value="'.$lang["bt_change_item"].'" style="">
to
- Code: Select all
<input type="button" value="'.$lang["bt_change_item"].'" style="" onclick="document.location.href=\'index.php?page=items&action=edit&id='.$_REQUEST["id_item"].'\'">
now is working, before the button "modify object" on booking wasn't working (nothing happened).
Cheers
Bruno