I am catching up on commits to update the manual and have a question about this one. The homeorholdingbranch system preference says that it's going to be removed soon in the description ... so how is this a new preference? Or should the description be updated?
Thanks Nicole On Thu, Oct 21, 2010 at 8:12 PM, Git repo owner <[email protected]> wrote: > 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 45604b8d17e05adb98a98a8a2184bd290f72997a (commit) > from 4a7bb77e4fcd7ad78ef7ba6f984ef69fccd8a163 (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 45604b8d17e05adb98a98a8a2184bd290f72997a > Author: Henri-Damien LAURENT <[email protected]> > Date: Thu Sep 9 14:54:12 2010 -0400 > > (bug 3536) fix homeorholdingbranch on return > > this patch create a new systempreference "homeorholdingbranch"-like used > only for returns. > > Signed-off-by: Galen Charlton <[email protected]> > > An additional edit was made to circ/returns.pl by Ian Walls of ByWater > Solutions to force the dialog message for the return to > use the branch specified by the new HomeOrHoldingBranchReturn system > preference, rather than always Homebranch. > Signed-off-by: Ian Walls <[email protected]> > Signed-off-by: Galen Charlton <[email protected]> > > ----------------------------------------------------------------------- > > Summary of changes: > C4/Circulation.pm | 3 ++- > admin/systempreferences.pl | 1 + > circ/returns.pl | 3 ++- > installer/data/mysql/en/mandatory/sysprefs.sql | 1 + > .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + > installer/data/mysql/updatedatabase.pl | 8 ++++++++ > kohaversion.pl | 4 +--- > 7 files changed, 16 insertions(+), 5 deletions(-) > > > hooks/post-receive > -- > main Koha release repository > _______________________________________________ > koha-commits mailing list > [email protected] > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits > _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
