From 26c54bb4fbf3f427c505c084423e2201a2280342 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 13 Nov 2015 10:39:54 +0530 Subject: [PATCH] [minor] new quote --- erpnext/setup/doctype/email_digest/quotes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/setup/doctype/email_digest/quotes.py b/erpnext/setup/doctype/email_digest/quotes.py index d56117a2c61..4b996d96750 100644 --- a/erpnext/setup/doctype/email_digest/quotes.py +++ b/erpnext/setup/doctype/email_digest/quotes.py @@ -27,6 +27,7 @@ def get_random_quote(): ("There is more to life than increasing its speed.", "Mahatma Gandhi"), ("A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.", "Mahatma Gandhi"), ("If two wrongs don't make a right, try three.", "Laurence J. Peter"), + ("Inspiration exists, but it has to find you working.", "Pablo Picasso"), ] return random.choice(quotes)