small fix for project period

This commit is contained in:
Harry Bomrah 2016-03-30 16:11:34 +08:00
parent 90342045db
commit 64a6cbc4ab
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ class Project
if (self.fields[t].type.to_s == "String" rescue false)
fields_to_remove << t if (datas.where(t.to_sym.ne => nil).or(t.to_sym.ne => "").count == 0 rescue false)
else
t = "period_start_date" if t == "period"
fields_to_remove << t if (datas.where(t.to_sym.ne => nil).count == 0 rescue false)
end
pd_title << {