Skip to content

Commit

Permalink
Merge pull request #6843 from hmislk/Issue#6841
Browse files Browse the repository at this point in the history
closes#6841 Closes #6841
  • Loading branch information
DeshaniPubudu authored Aug 21, 2024
2 parents 5e17169 + 02e0d3d commit 423c74b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/webapp/opd/opd_bill_package.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
<f:selectItems value="#{opdBillController.title}" var="i"
itemLabel="#{i.label}" itemValue="#{i}"/>
<p:ajax event="change" process="cmbTitle" update="cmbSex" ></p:ajax>
<p:ajax process="cmbTitle" update="advanced" ></p:ajax>
<p:ajax event="blur" process="cmbTitle" update="advanced" ></p:ajax>
<p:ajax event="change" process="cmbTitle" update="advanced" ></p:ajax>
</p:selectOneMenu>
</div>
<div class="col-md-9 p-1">
Expand Down

0 comments on commit 423c74b

Please sign in to comment.