# HG changeset patch
# User Ranjith S R <ranjith@qualiantech.com>
# Date 1571123121 -19800
#      Tue Oct 15 12:35:21 2019 +0530
# Node ID 82b6ff3e3973e282fbf086dd931acabd0acda839
# Parent  4597514b75bc4e3da6e002d576fdee8b50c0e28b
Related to issue 41927 : Updated line priceIncludesTax when adding return lines

diff -r 4597514b75bc -r 82b6ff3e3973 web/org.openbravo.retail.returns/js/modalReturnLines.js
--- a/web/org.openbravo.retail.returns/js/modalReturnLines.js	Thu Oct 10 14:52:02 2019 +0200
+++ b/web/org.openbravo.retail.returns/js/modalReturnLines.js	Tue Oct 15 12:35:21 2019 +0530
@@ -817,6 +817,7 @@
               line.blockAddProduct = true;
               line.isVerifiedReturn = true;
               line.allowLayawayWithReturn = false;
+              line.priceIncludesTax = receipt.get('priceIncludesTax');
             });
 
             OB.UTIL.ReturnUtils.addReturnLines(
