diff --git a/webht/third_party/trippestOrderSync/models/orderFinance_model.php b/webht/third_party/trippestOrderSync/models/orderFinance_model.php index d67c8a6f..53777243 100644 --- a/webht/third_party/trippestOrderSync/models/orderFinance_model.php +++ b/webht/third_party/trippestOrderSync/models/orderFinance_model.php @@ -101,6 +101,7 @@ class OrderFinance_model extends CI_Model { $ret->cost_category['water'] = 0; $ret->cost_category['guide_meal'] = 0; $ret->cost_category['otherCosts'] = 0; + $ret->cost_category['otherReceives'] = 0; $ret->cost_category['guiderOperations'] = 0; $ret->cost_category['touristCarOperations'] = 0; $ret->cost_category['sceneryOperations'] = 0;