Skip to content

Commit

Permalink
correcting labor violation field data
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhatt17 committed Jul 14, 2023
1 parent d6c1b69 commit 8cd4734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Child Labor/EnforceTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class EnforceTableViewController: UITableViewController {
//setEnforcement(self.laborInspectionsLabel, text: enforcements["Labor_Inspections"].element?.text)
setEnforcement(self.laborWorksiteInspectionsLabel, text: enforcements["Labor_Inspections"].element?.text)

//setEnforcement(self.laborViolationsLabel, text: enforcements["Labor_Violations"].element?.text)
setEnforcement(self.laborViolationsLabel, text: enforcements["Labor_Violations"].element?.text)
setEnforcement(self.laborPenaltiesImposedLabel, text: enforcements["Labor_Penalties_Imposed"].element?.text)
setEnforcement(self.laborPenaltiesCollectedLabel, text: enforcements["Labor_Penalties_Collected"].element?.text)
setEnforcement(self.laborRoutineConductedLabel, text: enforcements["Labor_Routine_Inspections_Conducted"].element?.text)
Expand Down

0 comments on commit 8cd4734

Please sign in to comment.