[koha-commits] main Koha release repository branch master updated. v16.05.00-818-ge87cf98

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 17:16:04 CEST 2016


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, master has been updated
       via  e87cf98c2e9220f8a2fdcee39d60054a3ef6836e (commit)
      from  d356e71ecbc5cfb3980d4593ed490b99fe909606 (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 e87cf98c2e9220f8a2fdcee39d60054a3ef6836e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Aug 17 13:43:01 2016 +0000

    Bug 15164 - Allow editing of the invoice number after initial saving
    
    When you notice a typo in your invoice number after finishing with the
    receiving process, the only way to correct it right now is in the
    database - or by undoing all the steps and starting over.
    
    It would be nice if the invoice number could be edited.
    
    Test Plan:
    1) Apply this patch
    2) Browse to acqui/invoice.pl for an invoice
    3) Note the new "Invoice number" field contains the existing invoice
    4) Alter the invoice number
    5) Save the invoice
    6) Note the invoice number has been updated
    7) Edit the invoice again
    8) Attempt to save the invoice with an empty invoice number field
    9) Note that you cannot save the invoice without having an invoice number
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 acqui/invoice.pl                                         |    2 ++
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt |    8 +++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list