Skip to content

Commit

Permalink
SELV-564: Added fix for printing requisition (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
anawrotsoldevelo authored Dec 2, 2022
1 parent e91db3a commit 68bca46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/reports/requisitionLines.jrxml
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
<textElement>
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[($P{template}.getColumnsMap().get("remarks").getIsDisplayed() && !($P{requisitionStatus} == org.openlmis.selv.report.dto.external.requisition.RequisitionStatusDto.INITIATED || $P{requisitionStatus} == org.openlmis.selv.report.dto.external.RequisitionStatusDto.SUBMITTED)) ? $F{remarks} : ""]]></textFieldExpression>
<textFieldExpression><![CDATA[($P{template}.getColumnsMap().get("remarks").getIsDisplayed() && !($P{requisitionStatus} == org.openlmis.selv.report.dto.external.requisition.RequisitionStatusDto.INITIATED || $P{requisitionStatus} == org.openlmis.selv.report.dto.external.requisition.RequisitionStatusDto.SUBMITTED)) ? $F{remarks} : ""]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement key="adjustedConsumption" x="719" y="0" width="40" height="20" uuid="2a43948d-6150-4c4f-ba77-2ad782def76b">
Expand Down

0 comments on commit 68bca46

Please sign in to comment.