Changeset 4789
- Timestamp:
- 07/02/08 16:48:37 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/addresshierarchy/web/module/addresshierarchyCreate.jsp
r4787 r4789 64 64 var rad = this.controller; 65 65 AddressHierarchy.createLocation(titl,typeid,parent.locationId,function(data){ 66 alert("here it is");66 67 67 var res = rad.createChild(parent, 0, { title: data[0], locationId : data[1],typeId : data[2], parentId : data[3] }); 68 alert("here");68 69 69 }) 70 70