Fix/import file
1 unresolved thread
1 unresolved thread
Compare changes
+ 23
− 17
@@ -310,7 +310,7 @@ def create_appointment_types(assessments):
@@ -473,8 +473,10 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types):
@@ -483,17 +485,17 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types):
@@ -527,7 +529,9 @@ def createWorker(password, email='', username='admin', first_name='LCSB', last_n
@@ -538,6 +542,17 @@ if __name__ == '__main__':
@@ -569,13 +584,4 @@ if __name__ == '__main__':
\ No newline at end of file
\ No newline at end of file
this should be reverted
changed this line in version 2 of the diff
Reverted. There were two different branches.
hotfix/import_file
andfix/import_file
I merged them now because the names were confusing.fix/import_file was a branch created before the tag while hotfix was created after the tag. Sorry about that.