dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16041
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5977: (patient) Minor fix for add/update patient form.
------------------------------------------------------------
revno: 5977
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-02-16 14:54:34 +0700
message:
(patient) Minor fix for add/update patient form.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.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-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js 2012-02-11 13:58:02 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js 2012-02-16 07:54:34 +0000
@@ -176,6 +176,8 @@
{
showListPatientDuplicate(data, false);
}
+
+ $("#editPatientDiv :input").attr("disabled", false);
}
}
@@ -221,6 +223,7 @@
{
showListPatientDuplicate(messageElement, true);
}
+ $("#editPatientDiv :input").attr("disabled", false);
}
}
// get and build a param String of all the identifierType id and its value