dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16776
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6467: Fixed bug, bimonthly period types not loaded in data entry
------------------------------------------------------------
revno: 6467
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-04-03 11:22:57 +0200
message:
Fixed bug, bimonthly period types not loaded in data entry
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/periodType.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-commons-resources/src/main/webapp/dhis-web-commons/javascripts/periodType.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/periodType.js 2011-11-17 05:52:26 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/periodType.js 2012-04-03 09:22:57 +0000
@@ -6,6 +6,7 @@
periodTypes['Daily'] = new DailyPeriodType( dateFormat );
periodTypes['Weekly'] = new WeeklyPeriodType( dateFormat );
periodTypes['Monthly'] = new MonthlyPeriodType( dateFormat );
+ periodTypes['BiMonthly'] = new BiMonthlyPeriodType( dateFormat );
periodTypes['Quarterly'] = new QuarterlyPeriodType( dateFormat );
periodTypes['SixMonthly'] = new SixMonthlyPeriodType( dateFormat );
periodTypes['Yearly'] = new YearlyPeriodType( dateFormat );