From ae7e885619c0a3112765d9e32df2b3dd68a35d6a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 27 Jul 2016 21:36:56 +0200 Subject: Move SUBTOTAL, VAT and TOTAL to Calculatable --- classes/Assignment.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'classes/Assignment.php') diff --git a/classes/Assignment.php b/classes/Assignment.php index d04568b..27efb4a 100644 --- a/classes/Assignment.php +++ b/classes/Assignment.php @@ -31,10 +31,6 @@ class Assignment extends Model { $table = 'assignment', $fillable_columns = ['offerId', 'title', 'description', 'hours', 'price_per_hour', 'VAT_percentage']; - const SUBTOTAL = 1; - const VAT = 2; - const TOTAL = 3; - /** * Get the offer that this assignment is linked to * -- cgit v1.2.3