https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32782
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #4 from Jonathan Druart <[email protected]> --- Thanks Laurence! (In reply to Laurence Rault from comment #3) > my ( $date_first_issue_online, $date_last_issue_online ) = > 955$a, 995$k I guess there is a typo and the second one should be 955$k. > my $date_monograph_published_online = ''; # > FIXME ? 214$d + 100$a pos 9-12 What means '+' here? Should it be: pick 214$d, but if empty then pick 100$a pos 9-12? > my $parent_publication_title_id = ''; # > FIXME ? 461 : what kind of information here ? If title, 461$t, if id, 461$0 > or $3 ? I am going to ignore this for now (I have no idea!) > publication_type : serial, or monograph > if monograph : label pos. 67=am + 106$a=s > if serial : label pos. 67=as + 106$a=s Do you mean the reverse? If we have 67=am AND 106$a=s then publication_type=monograph Else if 67=as AND 106$a=s then publication_type=serial Is that correct or I misunderstood what you meant? > + always add field 135$a=drnn#nnnmnnuu Always add a new field? Or update the existing one? What if there are several 135$a in the record already? > For 955 : instead of 955 we could put all information in 856$z > maybe, as they are related to the url. Depends on if we create one record > with multiple 856 if many raws for one title in the kbart file, or one > record per raw. Ignoring this again, will see later, depending on the feedback we get from UNIMARC users. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
