File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ export default {
106106 home_telephone : this . homeTelephone ,
107107 department : this . departmentId ,
108108 division : this . divisionId ,
109- location : this . location ,
110- working_pattern : this . workingPattern ,
111- holiday_allownace : this . holiday_allowance ,
109+ location : this . locationId ,
110+ working_pattern : this . workingPatternId ,
111+ holiday_allownace : this . holidayAllowanceId ,
112112 } ,
113113 } ,
114114 } ) ;
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export default {
110110 } ,
111111 holidayAllowanceId : {
112112 type : "string" ,
113- label : "Holiday Allownace ID" ,
113+ label : "Holiday Allowance ID" ,
114114 description : "The identifier of a holiday allowance" ,
115115 optional : true ,
116116 async options ( ) {
You can’t perform that action at this time.
0 commit comments