Lines 410-418
sub ModBiblioframework {
Link Here
|
410 |
my $error = &DelBiblio($biblionumber); |
410 |
my $error = &DelBiblio($biblionumber); |
411 |
|
411 |
|
412 |
Exported function (core API) for deleting a biblio in koha. |
412 |
Exported function (core API) for deleting a biblio in koha. |
413 |
Deletes biblio record from Zebra and Koha tables (biblio,biblioitems,items) |
413 |
Deletes biblio record from Zebra and Koha tables (biblio & biblioitems) |
414 |
Also backs it up to deleted* tables |
414 |
Also backs it up to deleted* tables. |
415 |
Checks to make sure there are not issues on any of the items |
415 |
Checks to make sure that the biblio has no items attached. |
416 |
return: |
416 |
return: |
417 |
C<$error> : undef unless an error occurs |
417 |
C<$error> : undef unless an error occurs |
418 |
|
418 |
|
419 |
- |
|
|