Skip to content

Commit 43b98ef

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 04ea052 + e203fc5 commit 43b98ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/controllers/admin/LicensesController.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ public function postCreate()
8989
$license->purchase_cost = NULL;
9090
}
9191

92-
if ($license->depreciate == "") {
93-
$license->depreciate = 0;
94-
}
95-
96-
9792
// Was the license created?
9893
if($license->save()) {
9994
$insertedId = $license->id;

0 commit comments

Comments
 (0)