# HG changeset patch
# User Ranjith S R <ranjith@qualiantech.com>
# Date 1578291016 -19800
#      Mon Jan 06 11:40:16 2020 +0530
# Node ID 5ae4ad2b25ed2425c670ae2c63f7ec8bc0bd490f
# Parent  c586aeb0fa5b22f4fe3a29beaa5d387599c21e0e
Related to issue 42611 19Q3.2 : Receipt lines should be scroll to bottom after receipt taxes is added

diff -r c586aeb0fa5b -r 5ae4ad2b25ed web/org.openbravo.retail.posterminal/js/components/order.js
--- a/web/org.openbravo.retail.posterminal/js/components/order.js	Tue Dec 24 18:31:48 2019 +0530
+++ b/web/org.openbravo.retail.posterminal/js/components/order.js	Mon Jan 06 11:40:16 2020 +0530
@@ -901,6 +901,7 @@
       'paintTaxes',
       function() {
         this.setTaxes();
+        this.$.listOrderLines.setScrollAfterAdd();
       },
       this
     );
