File: hotel_booking.panes.inc Add to line 480: $item->data['nights'] = array_reverse($item->data['nights']);
Thx - this seems to be locale specific because doesn't occur in all instances. Your patch will make it more portable.
Comments
Comment #1
larowlanThx - this seems to be locale specific because doesn't occur in all instances.
Your patch will make it more portable.