|
|
@@ -81,9 +81,6 @@ public class PortalController extends BaseController {
|
|
|
industryCategory += (a ? s.getIndustryCategoryAS() : "") + (a && b ? DELIMITER : "")
|
|
|
+ (b ? s.getIndustryCategoryBS() : "");
|
|
|
s.setIndustryCategory(industryCategory);
|
|
|
- if (!s.getBudgetCost().equals(null)) {
|
|
|
- s.setBudgetCostS(s.getBudgetCostS() + UNIT);
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
}
|