Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #562 from gem/ript-hotfix01
Browse files Browse the repository at this point in the history
ript: hotfix for Aggregated Structural Costs case syntax error.
  • Loading branch information
nastasi-oq committed Feb 29, 2016
2 parents 44cab86 + 1c34d10 commit fdbc148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ $('#saveBtnEX').click(function() {
// Economic Cost
if (structuralInx > -1 ) {
costTypes += '\t\t\t\t<costType name="structural" type="per_asset" unit="USD" />\n';
costs += '\t\t\t\t\t<cost type="structural" value="'+ data[i][structuralInx]+'" '+retrofitting+' '+deductibleValue+' '+limitValue+'"/>\n';
costs += '\t\t\t\t\t<cost type="structural" value="'+ data[i][structuralInx]+'" '+retrofitting+' '+deductibleValue+' '+limitValue+'/>\n';
}
if (non_structuralInx > -1 ) {
costs += '\t\t\t\t\t<cost type="nonstructural" value="'+ data[i][non_structuralInx]+'"/>\n';
Expand Down

0 comments on commit fdbc148

Please sign in to comment.