[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.03-2-gc71d243

Git repo owner gitmaster at git.koha-community.org
Wed Aug 28 16:16:30 CEST 2019


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, 19.05.x has been updated
       via  c71d2439359746380c9b81be3916ddc2afd8c083 (commit)
       via  543bf219294b3b20c4a6b019851278235f5334c6 (commit)
      from  e498b43f4201b8bbc046ea67e58b8b8dae5c8810 (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 c71d2439359746380c9b81be3916ddc2afd8c083
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jul 15 18:29:45 2019 +0000

    Bug 23294: Show actual price when ordering
    
    To test:
    1 - Have a basket
    2 - Add an order
    3 - Modify the order, note you cannot see the unitprice/Actual cost
    4 - Apply patch
    5 - Note it is there
    6 - Add to IntranetUserCSS:
        .ordering_unitprice{ display:none; }
    7 - Reload
    8 - Note it is hidden
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit d2e85ac9949ba6ccbe7470ae2caf446c05e0b941)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 543bf219294b3b20c4a6b019851278235f5334c6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jul 18 13:08:18 2019 +0000

    Bug 23338: Allow specifying order level replacement price when adding to basket from file
    
    To test:
     0 - Clear MarcFieldsToOrder and MarcItemFieldsToOrder preferences
     1 - Have a budget/fund/vendor in acquisitions
     2 - Create or find a basket for vendor
     3 - Add to basket from a file or staged batch (can use any record)
     4 - Note there is no option for replacement price
     5 - Add the order
     6 - Replacement price is 0 - you must modify order or set upon receiving
     7 - Apply patch
     8 - Repeat
     9 - Disable matchign check during add to basket
    10 - Note you can specify a replacement price
    11 - Do so
    12 - Note it is saved in order
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 95fe32e224af1c4ac9deb7d1b5dbe668053f8a47)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 acqui/addorderiso2709.pl                                         |    2 ++
 acqui/neworderempty.pl                                           |    2 ++
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt |    4 ++++
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt   |    5 +++++
 4 files changed, 13 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list