From 93a57dc5afb2962d675c51504ecdb3afa34a95a7 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 3 Feb 2018 21:17:02 -0500 Subject: Show whether or not there are any related invoices on the summary page Also prevent the generation of duplicate invoices based on the date of invoice and the current user. --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/requirements.txt') diff --git a/app/requirements.txt b/app/requirements.txt index 1d1e613..c4f2f33 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ Django==1.11.5 django-auditlog==0.4.3 django-jsonfield==1.0.1 Faker==0.8.4 -psycopg2==2.7.3.1 +psycopg2==2.7.3.2 pyaml==17.10.0 python-dateutil==2.6.1 pytz==2017.2 -- cgit v1.2.3