diff --git a/src/main/webapp/pharmacy/pharmacy_bill_retail_sale_for_cashier.xhtml b/src/main/webapp/pharmacy/pharmacy_bill_retail_sale_for_cashier.xhtml
index 831d9aa05c..e1d2be6b1d 100644
--- a/src/main/webapp/pharmacy/pharmacy_bill_retail_sale_for_cashier.xhtml
+++ b/src/main/webapp/pharmacy/pharmacy_bill_retail_sale_for_cashier.xhtml
@@ -142,7 +142,7 @@
accesskey="a" id="btnAdd" value="Add"
icon="fa fa-plus"
class="w-100 ui-button-success"
- action="#{pharmacySaleController.addBillItemNew()}"
+ action="#{pharmacySaleController.addBillItem()}"
process="@this acStock txtQty :#{p:resolveFirstComponentWithId('cmbPs',view).clientId}"
update=":#{p:resolveFirstComponentWithId('netTotal',view).clientId} :#{p:resolveFirstComponentWithId('dis',view).clientId} :#{p:resolveFirstComponentWithId('total',view).clientId} :#{p:resolveFirstComponentWithId('txtVal',view).clientId} :#{p:resolveFirstComponentWithId('pBillDetails',view).clientId} :#{p:resolveFirstComponentWithId('tblBillItem',view).clientId} txtRate txtQty acStock focusItem :#{p:resolveFirstComponentWithId('det',view).clientId} :#{p:resolveFirstComponentWithId('tabI',view).clientId} :#{p:resolveFirstComponentWithId('panelErrorMsg',view).clientId}" >
@@ -564,29 +564,61 @@