Panda Resort - 7.0.1 (Dec 6, 2018)
Replace the following files and execute the queries in your SQL manager to perform the updates.
FIXED ISSUES
Use of official Bootstrap CDN​
/templates/default/common/header.php
Missing columns in the database in the table pm_booking
/common/db.sql
ALTER TABLE pm_booking ADD COLUMN paid float AFTER down_payment; ALTER TABLE pm_booking ADD COLUMN balance float AFTER paid;
/admin/settings.php