[koha-commits] main Koha release repository branch master updated. v3.22.00-979-g692d1a1

Git repo owner gitmaster at git.koha-community.org
Thu Mar 24 16:31:46 CET 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  692d1a1053276b2c6312d25fd2a940fa748db739 (commit)
      from  300bf096bda90a0f17c6615798957fa7f588b36e (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 692d1a1053276b2c6312d25fd2a940fa748db739
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 23 16:04:47 2016 +0000

     Bug 16125: Remove the flagged boolean in circ/circulation.tt
    
    Before 15632, flagged was passed in any cases: GetMessages returned an
    arrayref, so:
      my $bor_messages_loop = GetMessages( $borrowernumber, 'B', $branch );
      if($bor_messages_loop){ $template->param(flagged => 1 ); }
    set 'flagged'.
    
    It seems that this variable is not needed as it's always set.
    
    Test plan:
    Confirm that the "Add a new message" link is always displayed (even if
    no message exist).
    Note that a "Attention" is displayed but should not, that already
    existed before bug 15632.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 circ/circulation.pl                                       |    7 -------
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt     |   13 ++-----------
 2 files changed, 2 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list