From: Brendan <[email protected]>
Fixes problem with creating new labels - before it populated with callnumber
and not itemcallnumber
---
C4/Creators/Layout.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/C4/Creators/Layout.pm b/C4/Creators/Layout.pm
index 9de8ece..73a19fa 100644
--- a/C4/Creators/Layout.pm
+++ b/C4/Creators/Layout.pm
@@ -61,7 +61,7 @@ sub _check_params {
return $exit_code;
}
-use constant PRESET_FIELDS => [qw(title author isbn issn itemtype barcode
callnumber)];
+use constant PRESET_FIELDS => [qw(title author isbn issn itemtype barcode
itemcallnumber)];
sub new {
my $invocant = shift;
my $self = '';
--
1.7.2.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/