small fix for project period
This commit is contained in:
		
							parent
							
								
									90342045db
								
							
						
					
					
						commit
						64a6cbc4ab
					
				| 
						 | 
				
			
			@ -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 <<  {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue