diff options
author | Camil Staps | 2016-07-20 11:19:54 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-20 11:19:54 +0200 |
commit | 5a3c44e821225e4f8f7f3cf25c18727b332c33e6 (patch) | |
tree | 566c2a1e65cc4a264e395ccd5387abf37463c126 /classes/discount.php | |
parent | Calculatable trait (diff) |
Spaces to tabs in classes
Diffstat (limited to 'classes/discount.php')
-rw-r--r-- | classes/discount.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/discount.php b/classes/discount.php index bbe4968..3428584 100644 --- a/classes/discount.php +++ b/classes/discount.php @@ -226,7 +226,7 @@ class discount { //------------------------------------------------------------------------------ // Other functions //------------------------------------------------------------------------------ - + public function calculateSubtotal() { return - $this->value; } |