Changeset 1943878
- Timestamp:
- 09/19/2018 06:58:43 PM (8 years ago)
- Location:
- amilia-store/trunk
- Files:
-
- 2 edited
-
amilia-store-calendar.php (modified) (1 diff)
-
amilia-store.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amilia-store/trunk/amilia-store-calendar.php
r1943867 r1943878 144 144 for (var i = 0; i < facilities.length; i++) { 145 145 if (facilityIds.indexOf(facilities[i].Id) >= 0) { 146 resources.push({id: facilities[i].Id, title: facilities[i]. FullName});146 resources.push({id: facilities[i].Id, title: facilities[i].Name}); 147 147 facilitiesForSelect.push(facilities[i]); 148 148 } -
amilia-store/trunk/amilia-store.php
r1943867 r1943878 6 6 Author: Martin Drapeau <martin.drapeau@amilia.com> 7 7 Copyright: 2014-2018 Amilia 8 Version: 2.6. 38 Version: 2.6.4 9 9 Author URI: http://www.amilia.com/ 10 10 License: Apache License 2.0
Note: See TracChangeset
for help on using the changeset viewer.