mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
chore: whitespace cleanup from codebase
This commit is contained in:
@@ -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'])
|
||||
|
||||
@@ -6,4 +6,4 @@ frappe.views.calendar["Hotel Room Reservation"] = {
|
||||
"title": "guest_name",
|
||||
"status": "status"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,4 +30,4 @@ def get_data(filters):
|
||||
|
||||
out.append([room_type.name, total_booked])
|
||||
|
||||
return out
|
||||
return out
|
||||
|
||||
Reference in New Issue
Block a user