X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=blobdiff_plain;f=C4%2FItems.pm;h=e8251d2a7bc847ec2a64950711addcdd477c344f;hp=ab00a4c2a6aaeb5dbafa679d87e1fbc7f43f51ea;hb=0f54a1f8c654e911c9e6254762586e3eeb786528;hpb=92bf8082c372d4cf055336da7539bf214847249f diff --git a/C4/Items.pm b/C4/Items.pm index ab00a4c..e8251d2 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -393,7 +393,6 @@ sub _build_default_values_for_mod_marc { materials => undef, new_status => undef, notforloan => 0, - # paidfor => undef, # commented, see bug 12817 price => undef, replacementprice => undef, replacementpricedate => undef, @@ -1576,7 +1575,6 @@ sub _koha_new_item { itemnotes = ?, itemnotes_nonpublic = ?, holdingbranch = ?, - paidfor = ?, location = ?, permanent_location = ?, onloan = ?, @@ -1620,7 +1618,6 @@ sub _koha_new_item { $item->{'itemnotes'}, $item->{'itemnotes_nonpublic'}, $item->{'holdingbranch'}, - $item->{'paidfor'}, $item->{'location'}, $item->{'permanent_location'}, $item->{'onloan'},