dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13677
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4450: Don't show Duplicated form when clicking the Add button in Add new patient form.
------------------------------------------------------------
revno: 4450
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-08-26 12:54:20 +0700
message:
Don't show Duplicated form when clicking the Add button in Add new patient form.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/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-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js 2011-08-24 08:11:40 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js 2011-08-26 05:54:20 +0000
@@ -199,8 +199,7 @@
}
else if( type == 'duplicate' )
{
- if( !checkedDuplicate )
- showListPatientDuplicate(data, true);
+ showListPatientDuplicate(data, true);
}
}