[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.06-3-73-g0b79a2c

Git repo owner gitmaster at git.koha-community.org
Mon May 18 23:56:11 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.18.x has been updated
       via  0b79a2c62503c721446362238fa7dea94868e2dc (commit)
      from  44eb102ef0ad6036357e0b5b385e6f0e5660cefe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0b79a2c62503c721446362238fa7dea94868e2dc
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Fri May 15 12:19:16 2015 +0200

    Bug 14172: Acq: Orders without items missing from 'spent' list
    
    If the item for an order had been deleted since or there was never
    an item created for the order (subscription orders) those records
    where missing from the "Spent" page in acquisitions.
    
    Patch corrects the SQL to list the correct records.
    
    To test:
    - Create different orders for one fund and receive them
      - normal order with a few items
      - subscription order (no item)
      - normal order with an item, delete the item after receiving
      - include some freight cost in one of the invoices
    - Compare the amount spent shown on the acq start page
      with the amount shown at the end of the 'spent' page
    - Without the patch, the amounts don't match and not all
      received titles are listed
    - With the patch, amounts should match and list shoudl be complete
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit ecc9eb33b7f2f7b0b770135633390e00244921c6)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

-----------------------------------------------------------------------

Summary of changes:
 acqui/spent.pl |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list