From 3c605d29768542831d137598db9e410138f5d1a3 Mon Sep 17 00:00:00 2001 From: Johnathan Graydon Date: Sun, 25 Mar 2018 15:18:06 +0100 Subject: [PATCH] Fix pep8 --- RIGS/rigboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/rigboard.py b/RIGS/rigboard.py index 699f2baf..4176eeb7 100644 --- a/RIGS/rigboard.py +++ b/RIGS/rigboard.py @@ -138,7 +138,7 @@ class EventDuplicate(EventUpdate): old = super(EventDuplicate, self).get_object(queryset) # Get the object (the event you're duplicating) new = copy.copy(old) # Make a copy of the object in memory new.based_on = old # Make the new event based on the old event - new.purchase_order = None # Remove old PO + new.purchase_order = None # Remove old PO # Clear checked in by if it's a dry hire if new.dry_hire is True: