int-initial-pgsql - Build # 2399 - Unstable:

Check console output at https://ci.openbravo.com/job/int-initial-pgsql/2399/ to 
view the results.


Committers since last success:

Changes for Build #2399

    Mark <markm...@gmail.com> null
    Fixes issue 37963: Payment in Awaiting payment status is created when an 
invoice
cannot be voided because document cancelled is a return

A commit and close was performed at the end of the invoice processing to get the
error message from the database, but it left all previously created data into 
the
database just like the dummy payment when it is needed is to rollback the 
changes.

If at the end of processing there is some error then a rollback is performed.
Also the message is created from the pinstance object instead of retrieve the 
Instance
data from the database.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ProcessInvoice.java

    Mark <markm...@gmail.com> null
    Fixes issue 37960: When not stocked product is exploded before booking the 
order
and price includes taxes, Gross Unit Price is updated to 0.

When the it is exploded a BOM line with not stock and the price list includes 
taxes
then the M_EXPLODEBOMNOTSTOCK function was creating lines with the 
gross_unit_price,
grosspricelist and line_gross_amount values, but it wasn't copying the 
grosspricestd
column and it was taking 0 as default value.

For this reason, when the order was booked, as the Explode process sets the
grosspricestd to 0, M_PROMOTION_CALCULATE function uses and transfers it for the
gross_unit_price column.

To fix this issue, the grosspricestd is also inserted into the exploded lines at
line insertion in M_EXPLODEBOMNOTSTOCK PL.
        src-db/database/model/functions/M_EXPLODEBOMNOTSTOCK.xml




Last 20 lines of the console output:

[...truncated 68678 lines...]
for((i=0;i<12;i++)); do
  [ "$(jps | grep Bootstrap || true)" = "" ] && break
  sleep 5
done
[ "$(jps | grep Bootstrap || true)" != "" ] && echo "Tomcat has fail to stop" 
&& exit 1 || true
[ "$i" != "0" ] && secs=$(echo "$i * 5" | bc) && echo "Waiting for $secs secs 
for tomcat to stop"

echo
fi

[int-initial-pgsql] $ /bin/bash -xe /tmp/hudson7120332316072786123.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to