fix error

This commit is contained in:
chiu 2020-06-03 20:42:10 +08:00
parent eb73011ca4
commit a654081664
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class Property
end
stime_tp = stime_tp + d_step
etime_tp = etime_tp + d_step
break if recurring_end_date.nil? || recurring_end_date < stime_tp
break if recurring_end_date.blank? || recurring_end_date < stime_tp
end
break if available == false
end