View | Details | Raw Unified | Return to bug 7221
Collapse All | Expand All

(-)a/C4/Biblio.pm (-2 / +1 lines)
Lines 389-395 sub ModBiblioframework { Link Here
389
389
390
=head2 DelBiblio
390
=head2 DelBiblio
391
391
392
  my $error = &DelBiblio($dbh,$biblionumber);
392
  my $error = &DelBiblio($biblionumber);
393
393
394
Exported function (core API) for deleting a biblio in koha.
394
Exported function (core API) for deleting a biblio in koha.
395
Deletes biblio record from Zebra and Koha tables (biblio,biblioitems,items)
395
Deletes biblio record from Zebra and Koha tables (biblio,biblioitems,items)
396
- 

Return to bug 7221