details: https://code.openbravo.com/erp/devel/pi/rev/389e4c0f5e99 changeset: 34503:389e4c0f5e99 user: Sandra Huguet <sandra.huguet <at> openbravo.com> date: Fri Aug 10 14:45:30 2018 +0200 summary: related to issue 39017 code review changes
change m_pricelist_id column by name column, because is the correct one diffstat: src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder_data.xsql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r fe8d2427d863 -r 389e4c0f5e99 src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder_data.xsql --- a/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder_data.xsql Tue Jul 24 17:18:24 2018 -0400 +++ b/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder_data.xsql Fri Aug 10 14:45:30 2018 +0200 @@ -58,7 +58,7 @@ COALESCE(TO_CHAR(C_UOM2.NAME), '**') AS AUMNAME, CASE WHEN pl.istaxincluded = 'Y' THEN M_REQUISITIONLINE.GROSS_UNIT_PRICE ELSE M_REQUISITIONLINE.PRICEACTUAL END AS PRICE, COALESCE(TO_CHAR(C_BPARTNER.NAME), '**') AS VENDOR, - COALESCE(TO_CHAR(pl.M_PRICELIST_ID), '**') AS PRICELISTID, + COALESCE(TO_CHAR(pl.name), '**') AS PRICELISTID, M_PRODUCT.NAME AS PRODUCT, COALESCE(TO_CHAR(M_ATTRIBUTESETINSTANCE.DESCRIPTION), '**') AS ATTRIBUTE, AD_USER.NAME AS REQUESTER ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits