/[webpac2]/trunk/conf/ffcasopisi/tables-kohacas.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/conf/ffcasopisi/tables-kohacas.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1278 - (show annotations)
Thu Aug 27 17:32:11 2009 UTC (14 years, 8 months ago) by mglavica
File MIME type: text/plain
File size: 482 byte(s)
journals data conversion (final conversion done with this version)

1
2 my $upisani =
3 lookup(
4 sub{ rec('D') },
5 'kohacas','upisani',
6 sub{ rec('D') },
7 sub{ rec('999','c') },
8 );
9
10 if ( $upisani ) {
11
12 row( 'kohacas',
13 biblionumber => rec('999','c'),
14 naslov =>
15 join_with(' ',
16 rec('245','a'),
17 rec('245','b'),
18 rec('245','c'),
19 ),
20 issn => rec('020','a'),
21 sig852j => rec('852','j'),
22 sig942d => rec('942','d'),
23 itemtype => rec('942','c'),
24 ldr => rec('ldr'),
25 f008 => rec('008'),
26 items =>
27 join_with(' ; ',
28 rec('952','9')
29 )
30 );
31 }

  ViewVC Help
Powered by ViewVC 1.1.26