Skip to content

Commit

Permalink
fixed a few slight issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kaweesi committed Apr 14, 2016
1 parent 245e6b3 commit 14ee5ad
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/mohBillingBillingForm.jsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%@ include file="/WEB-INF/template/include.jsp"%>
<%@ include file="/WEB-INF/template/header.jsp"%>
<openmrs:require privilege="Manage Patient Bill Calculations" otherwise="/login.htm" redirect="/module/@MODULE_ID@/patientBillPayment.form" />
<openmrs:require privilege="Manage Patient Bill Calculations" otherwise="/login.htm" redirect="/module/mohbilling/patientBillPayment.form" />
<script>
function loadBillableServiceByCategory(serviceCategoryId){
Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/webapp/mohBillingCohortBuilderForm.jsp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%@ include file="/WEB-INF/template/include.jsp"%>
<%@ include file="/WEB-INF/template/header.jsp"%>
<openmrs:require privilege="Manage Billing Reports" otherwise="/login.htm" redirect="/mohbilling/cohort.form" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/jquery.PrintArea.js" />
<openmrs:htmlInclude file="/moduleResources/mohbilling/scripts/jquery.PrintArea.js" />
<openmrs:htmlInclude file="/scripts/calendar/calendar.js" />

<%@ taglib prefix="billingtag" uri="taglibs/billingtag.tld" %>
Expand Down
4 changes: 1 addition & 3 deletions omod/src/main/webapp/mohBillingFacture.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<openmrs:require privilege="Manage Billing Reports"
otherwise="/login.htm" redirect="/mohbilling/cohort.orm" />
<openmrs:htmlInclude
file="/moduleResources/@MODULE_ID@/scripts/jquery.PrintArea.js" />
file="/moduleResources/mohbilling/scripts/jquery.PrintArea.js" />
<openmrs:htmlInclude file="/scripts/calendar/calendar.js" />
<%@ taglib prefix="billingtag"
uri="taglibs/billingtag.tld"%>
Expand All @@ -18,8 +18,6 @@

<openmrs:htmlInclude file="/moduleResources/mohbilling/demo_table.css" />

<openmrs:htmlInclude file="/moduleResources/mohbilling/jquery.js" />

<script type="text/javascript" language="JavaScript">
var $bill = jQuery.noConflict();
Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/webapp/mohBillingInsurancePolicyForm.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<openmrs:htmlInclude file="/scripts/calendar/calendar.js" />
<openmrs:require privilege="Create Insurance Policy"
otherwise="/login.htm"
redirect="/module/@MODULE_ID@/insurancePolicy.form" />
redirect="/module/mohbilling/insurancePolicy.form" />
<%@ include file="templates/mohBillingLocalHeader.jsp"%>

<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/webapp/mohBillingInvoice.jsp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%@ include file="/WEB-INF/template/include.jsp"%>
<%@ include file="/WEB-INF/template/header.jsp"%>
<openmrs:require privilege="Manage Billing Reports" otherwise="/login.htm" redirect="/mohbilling/cohort.orm" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/jquery.PrintArea.js" />
<openmrs:htmlInclude file="/moduleResources/mohbilling/scripts/jquery.PrintArea.js" />
<openmrs:htmlInclude file="/scripts/calendar/calendar.js" />
<%@ taglib prefix="billingtag" uri="taglibs/billingtag.tld"%>

Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/webapp/mohBillingReceivedAmount.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<openmrs:require privilege="Manage Billing Reports"
otherwise="/login.htm" redirect="/mohbilling/cohort.form" />
<openmrs:htmlInclude
file="/moduleResources/@MODULE_ID@/scripts/jquery.PrintArea.js" />
file="/moduleResources/mohbilling/scripts/jquery.PrintArea.js" />
<openmrs:htmlInclude file="/scripts/calendar/calendar.js" />
<%@ taglib prefix="billingtag"
uri="taglibs/billingtag.tld"%>
Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/webapp/mohBillingRefundReport.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<openmrs:require privilege="Manage Billing Reports"
otherwise="/login.htm" redirect="/mohbilling/cohort.orm" />
<openmrs:htmlInclude
file="/moduleResources/@MODULE_ID@/scripts/jquery.PrintArea.js" />
file="/moduleResources/mohbilling/scripts/jquery.PrintArea.js" />
<openmrs:htmlInclude file="/scripts/calendar/calendar.js" />
<%@ taglib prefix="billingtag"
uri="taglibs/billingtag.tld"%>
Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/webapp/mohBillingRevenue.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<openmrs:require privilege="Manage Billing Reports"
otherwise="/login.htm" redirect="/mohbilling/cohort.orm" />
<openmrs:htmlInclude
file="/moduleResources/@MODULE_ID@/scripts/jquery.PrintArea.js" />
file="/moduleResources/mohbilling/scripts/jquery.PrintArea.js" />
<openmrs:htmlInclude file="/scripts/calendar/calendar.js" />
<%@ taglib prefix="billingtag"
uri="taglibs/billingtag.tld"%>
Expand Down

0 comments on commit 14ee5ad

Please sign in to comment.