|
|
|
@ -20,8 +20,8 @@
|
|
|
|
|
<% end %> |
|
|
|
|
must equal |
|
|
|
|
the purchase price <%= question_link("value", log, current_user) %> |
|
|
|
|
<% stairbought_page = log.form.get_question("stairbought", log).page %> |
|
|
|
|
<% if stairbought_page.routed_to?(log, current_user) %> |
|
|
|
|
<% stairbought_page = log.form.get_question("stairbought", log)&.page %> |
|
|
|
|
<% if stairbought_page&.routed_to?(log, current_user) %> |
|
|
|
|
multiplied by the percentage bought <%= question_link("stairbought", log, current_user) %> |
|
|
|
|
<% else %> |
|
|
|
|
multiplied by the percentage equity stake <%= question_link("equity", log, current_user) %> |
|
|
|
|