Skip to content

Commit

Permalink
💚 base_attendance continuation line over-indented for visual indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Ommo73 committed Apr 30, 2019
1 parent 2d2aa4c commit 556d103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_attendance/models/res_config.py
Expand Up @@ -24,7 +24,7 @@ def set_values(self):
config_parameters = self.env["ir.config_parameter"].sudo()
for record in self:
config_parameters.set_param("base_attendance.shift_autocheckout",
record.shift_autocheckout or '0')
record.shift_autocheckout or '0')
config_parameters.set_param("base_attendance.hex_scanner_is_used", record.hex_scanner_is_used)
self.checkout_shifts()

Expand Down

0 comments on commit 556d103

Please sign in to comment.