[Serial No] Major updates, code cleanup, "In Store" is now "Available". Serial No can only be created via Stock Entry / Purchase Receipt. Serial No can be auto created using Series if mentioned in Item master
diff --git a/utilities/make_demo.py b/utilities/make_demo.py
index 461bbef..600faaa 100644
--- a/utilities/make_demo.py
+++ b/utilities/make_demo.py
@@ -28,6 +28,7 @@
 	webnotes.connect()
 	webnotes.print_messages = True
 	webnotes.mute_emails = True
+	webnotes.rollback_on_exception = True
 	
 	if reset:
 		setup()