| Thread Previous • Date Previous • Date Next • Thread Next |
------------------------------------------------------------ revno: 16055 committer: Lars Helge Overland <larshelge@xxxxxxxxx> branch nick: dhis2 timestamp: Wed 2014-07-09 15:07:30 +0200 message: Minor modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/entry.js -- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/entry.js'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/entry.js 2014-07-09 12:03:34 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/entry.js 2014-07-09 13:07:30 +0000
@@ -93,7 +93,7 @@
*/
dhis2.de.getFieldValue = function( de, coc )
{
- var fieldId = '#' + dataElementId + '-' + categoryOptionComboId + '-val';
+ var fieldId = '#' + de + '-' + coc + '-val';
var value = '0';
| Thread Previous • Date Previous • Date Next • Thread Next |