* Fix bug of task #57089.
This commit is contained in:
@@ -18,3 +18,7 @@
|
||||
|
||||
#lifeTimeTips {display: none;}
|
||||
#teams_chosen .chosen-drop ul li .label {margin-top: 3px; background: #fff; color: #838a9d; border: 1px solid #d8d8d8;}
|
||||
|
||||
#productsBox .row .col-sm-4 {padding-right: 13px;}
|
||||
#plansBox .row {display: inline-table; width: 102%;}
|
||||
#plansBox .row .col-sm-4 {display: inline-block; float: none; padding-right: 13px;}
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
.chosen-container-single .chosen-single > span {max-width: 100%;}
|
||||
|
||||
#plansBox .row {display: inline-table; width: 102%;}
|
||||
#plansBox .row .col-sm-4 {display: inline-block; float: none;}
|
||||
|
||||
@@ -2016,7 +2016,7 @@ class executionModel extends model
|
||||
if(isset($oldProducts[$productID][$branch]))
|
||||
{
|
||||
$oldProduct = $oldProducts[$productID][$branch];
|
||||
$oldPlan = $oldProduct->plan;
|
||||
if($this->app->rawMethod != 'edit') $oldPlan = $oldProduct->plan;
|
||||
}
|
||||
|
||||
$data = new stdclass();
|
||||
|
||||
Reference in New Issue
Block a user