Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #164 from compucorp/develop
Browse files Browse the repository at this point in the history
HC-62: Release Config Options Fix into Master
  • Loading branch information
MiyaNoctem authored Dec 14, 2017
2 parents 9cc1aa3 + e58fe1d commit 6ab812e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</urls>
<documentation></documentation>
<releaseDate>2016-07-15</releaseDate>
<version>1.5.1</version>
<version>1.5.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.5</ver>
Expand Down
1 change: 1 addition & 0 deletions js/booking/add-sub-resource/view.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ CRM.BookingApp.module('AddSubResource', function(AddSubResource, BookingApp, Bac
},
'api.option_value.get':{
value: '$value.unit_id',
sequential: 1,
option_group_id: '$value.api.option_group.get.id'
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Booking/Form/SelectResource.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ cj(function ($) {
},
'api.option_value.get': {
value: '$value.unit_id',
sequental: 1,
sequential: 1,
option_group_id: '$value.api.option_group.get.value'
}
}
Expand Down

0 comments on commit 6ab812e

Please sign in to comment.