Bug 16424: Make the svc/bib service keep the existing framework code
[koha_ffzg] / svc / bib
diff --git a/svc/bib b/svc/bib
index 5898517..1cb176e 100755 (executable)
--- a/svc/bib
+++ b/svc/bib
@@ -80,7 +80,7 @@ sub update_bib {
     my $query = shift;
     my $biblionumber = shift;
     my $old_record = GetMarcBiblio({ biblionumber => $biblionumber });
-    my $frameworkcode = $query->url_param('frameworkcode') // '';
+    my $frameworkcode = $query->url_param('frameworkcode') // GetFrameworkCode($biblionumber);
     unless  (defined $old_record) {
         print $query->header(-type => 'text/xml', -status => '404 Not Found');
         return;