From 3a421a06428b57df1f68d2e377e4dea273ec32c2 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Tue, 7 May 2019 16:47:43 +0100 Subject: [PATCH] Added commit --- app/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commands.py b/app/commands.py index 0a2c439f1..0aed90446 100644 --- a/app/commands.py +++ b/app/commands.py @@ -876,5 +876,5 @@ def fix_billable_units(): ).update( {"billable_units": template.fragment_count} ) - + db.session.commit() print("End fix_billable_units")