Replace status with active in tables

This commit is contained in:
Deon George
2016-08-31 15:03:09 +10:00
parent 34e1e40f04
commit 54e4425aa8
51 changed files with 95 additions and 159 deletions

View File

@@ -63,7 +63,7 @@ class Controller_Checkout extends Controller_TemplateDefault {
if (! $test_id) {
$cno->checkout_id = $co->id;
$cno->status = 1;
$cno->active = 1;
$cno->data = Request::current()->post();
$cno->save();