int-basic-pgsql - Build # 2259 - Fixed:

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


Committers since last success:

Changes for Build #2258

    Mark <markm...@gmail.com> null
    Fixes issue 37724: Error when cancel and replace a sales order of zero 
amount

When an order with grand total of ZERO is created and booked, no Payment Plan is
created for it, so when she is cancelled and replaced the new created orders 
haven't
payment plans neither.

So, when the Cancell and Replace process is executed on orders of this kind, the
it was failing trying to get get the payment schedule detail of the oldOrder and
an exception was thrown.

To fix this issue, only will be created Payments to orders with grand total 
different
than ZERO to avoid the exception and keep the current behaviour for this kind 
of orders
        src/org/openbravo/erpCommon/businessUtility/CancelAndReplaceUtils.java

    Armaignac <collazoan...@gmail.com> null
    Fixes issue 37837:Tax selected is based on the invoicing address instead of 
the
partner address

Wrong tax is selected when selecting a business partner with different invoicing
and shipping address, the invoicing address was used as shipping

Now the correct business partner address is selected to properly get the product
tax
        src/org/openbravo/common/actionhandler/OrderCreatePOLines.java
        src/org/openbravo/common/actionhandler/SRMOPickEditLines.java
        src/org/openbravo/erpCommon/ad_actionButton/RMInsertOrphanLine.java

    Mark <markm...@gmail.com> null
    Fixed issue 37798: Add Characteristic to Product does not update the
Characteristic Description

When adding a characteristic value to an existing product its Characteristic 
Description
field should update with the new value but wasn't doing as expected.

To fix, ii passed True as commitAndClose to commit and notify the import entry 
creation
on the event handler.
        src/org/openbravo/event/ProductCharacteristicValueEventHandler.java

Changes for Build #2259
No changes




Last 20 lines of the console output:

[...truncated 22236 lines...]
  [ "$(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-basic-pgsql] $ /bin/bash -xe /tmp/hudson1014482862860786395.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
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