|
|
@ -3,6 +3,7 @@ class Form::Sales::Pages::MonthlyRentStaircasingOwned < ::Form::Page |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "monthly_rent_staircasing_owned" |
|
|
|
@id = "monthly_rent_staircasing_owned" |
|
|
|
@copy_key = "sales.sale_information.mrent_staircasing" |
|
|
|
@copy_key = "sales.sale_information.mrent_staircasing" |
|
|
|
|
|
|
|
@header = "" |
|
|
|
@depends_on = [{ |
|
|
|
@depends_on = [{ |
|
|
|
"stairowned_100?" => true, |
|
|
|
"stairowned_100?" => true, |
|
|
|
}] |
|
|
|
}] |
|
|
|