Skip to content

Commit

Permalink
Replace nil docket numbers with label (#7622)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowellrex committed Oct 30, 2018
1 parent 4ed9d4c commit e61029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/appeal_repository.rb
Expand Up @@ -182,7 +182,7 @@ def self.set_vacols_values(appeal:, case_record:)
last_location_change_date: normalize_vacols_date(case_record.bfdloout),
outcoding_date: normalize_vacols_date(folder_record.tioctime),
private_attorney_or_agent: case_record.bfso == "T",
docket_number: folder_record.tinum,
docket_number: folder_record.tinum || "Missing Docket Number",
docket_date: case_record.bfd19
)

Expand Down

0 comments on commit e61029d

Please sign in to comment.