int-dotusadateformat - Build # 4 - Still Failing:

Check console output at https://ci.openbravo.com/job/int-dotusadateformat/4/ to 
view the results.


Committers since last success:

Changes for Build #1
No changes

Changes for Build #2

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes bug 37857: Wrong FIC request after selecting hundreds of records

  The MULTIPLE_ROW_IDS parameter contains the ids of the selected records that 
are sent to the FIC. They are used to check if there exists attachments within 
the selection and in that case enable the attachment button of the toolbar or 
display the number of attachments of the current record in case we are in form 
view.

  This information was being sent as part of the request URL in the HTTP header 
which in case of having hundreds of records, the maximum size allowed for the 
request URL was being exceeded.

  To fix this problem, now the MULTIPLE_ROW_IDS parameter is sent within the 
body of the FIC request.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js

    Víctor Martínez Romanos <victor.marti...@openbravo.com> null
    Fixed issue 37827: [ri] Added message to Application Dictionary
        src-db/database/sourcedata/AD_MESSAGE.xml
        src/org/openbravo/materialmgmt/refinventory/UnboxProcessor.java

    Armaignac <collazoan...@gmail.com> null
    Fixes issue 37763: Trial Balance Report sometimes returns null pointer 
exception
when include zero figures is checked.

When zero figures is checked the matches accounts are skipped from vector list
causing null entries when the vector values are copied with different sizes

Now the dataZeroFigures size is equal to the vector size to avoid null entries
        src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    realted to issue 37849: remove system key hash in log files

  Restored ActivationKey.getOpsLogId method as it is public and used
        src/org/openbravo/erpCommon/obps/ActivationKey.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    fixed issue 37849: remove system key hash in log files

  This hash has been removed as it is not useful and complicates log parsing
        src/org/openbravo/erpCommon/obps/ActivationKey.java

Changes for Build #3

    Asier Lostalé <asier.lost...@openbravo.com> null
    related to bug 37857: minor optimizations

  * FIC uses multiple ids only for attachemnts, we can initialize it only in 
that case
  * In convertJSONArray use more generic variable name
  * In convertJSONArray we know which will be the array size, so it can be 
initialized
    using it
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java

Changes for Build #4

    Mark <markm...@gmail.com> null
    Fixes issue 37823: Sales tax selected in Return To Vendor if the returned 
goods
receipt does not have a purchase order related

A wrong sales tax was selected in Return To Vendor if the returned goods receipt
does not have a purchase order related.

The Tax field has the Tax Id value of the receipt line being copied, in case
that the good receipt line was created from an order then it will have the tax 
id
used on the order line. But in case the goods receipt line was created 
manually, as
it lines aren't related to any order lines, the tax received will be NULL, so 
it is
needed to get the default Tax to be used in the new generated returned line.

In the case of a Return to Vendor is needed to return the default Purchase Tax 
of the
product. In the case of Return from Customer is neede to use the default Sales 
tax
of the product. It was fixed passing this parameter taking into account the 
processed
order is sales transaction or not.
        src/org/openbravo/common/actionhandler/SRMOPickEditLines.java




Last 20 lines of the console output:

[...truncated 1814 lines...]
+ (( i=0 ))
+ (( i<12 ))
++ jps
++ grep Bootstrap
++ true
+ '[' '' = '' ']'
+ break
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
+ true
+ '[' 0 '!=' 0 ']'
+ echo

POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
------------------------------------------------------------------------------
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