Addded status to appointment creation
diff --git a/erpnext/www/book-appointment/index.py b/erpnext/www/book-appointment/index.py
index f4e96b4..1b87b86 100644
--- a/erpnext/www/book-appointment/index.py
+++ b/erpnext/www/book-appointment/index.py
@@ -93,6 +93,7 @@
     appointment.customer_phone_number = contact['number']
     appointment.customer_skype = contact['skype']
     appointment.customer_details = contact['notes']
+    appointment.status = 'Open'
     appointment.insert()