chore: whitespace cleanup from codebase

This commit is contained in:
Ankush Menat
2021-08-19 14:33:03 +05:30
parent e536f6d13f
commit 9bb69e711a
1218 changed files with 1391 additions and 1643 deletions

View File

@@ -10,4 +10,4 @@ class HotelRoom(Document):
def validate(self):
if not self.capacity:
self.capacity, self.extra_bed_capacity = frappe.db.get_value('Hotel Room Type',
self.hotel_room_type, ['capacity', 'extra_bed_capacity'])
self.hotel_room_type, ['capacity', 'extra_bed_capacity'])

View File

@@ -6,4 +6,4 @@ frappe.views.calendar["Hotel Room Reservation"] = {
"title": "guest_name",
"status": "status"
}
}
}

View File

@@ -30,4 +30,4 @@ def get_data(filters):
out.append([room_type.name, total_booked])
return out
return out