[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] is it a bug ? or I need some explanations...
From: |
paul POULAIN |
Subject: |
[Koha-devel] is it a bug ? or I need some explanations... |
Date: |
Tue May 14 01:29:03 2002 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313 |
Hi,
I'm working on koha-cvs. I've found a technical bug which hides maybe a
functionnal problem. Let me explain :
Acquisition.
I search a supplier (one I've added recently).
It shows a basket (HLT-1064, created 3 days ago), which I click on.
I go to basket.pl. This basket contains 1 line, for an item called
"madeleine samedi2", qty=1, $est=7 (ok, that's the item I had added. It
was a new biblio)
When I click on the title, i go to newbiblio.pl. "92536 - Order Detail".
Item barcode/Actual cost/Invoice number is empty ( ?? I filled them at
the first order).
When I validate, I get an error => acquisition.pm due to addorder.pl error :
at line 61,
$bibitemnum=newbiblioitem($bibnum,$itemtype,$isbn);
should be :
$bibitemnum= &newbiblioitem({ biblionumber => $bibnum,
itemtype => $itemtype?$itemtype:"",
isben => $isbn?$isbn:"" });
(thanks to use strict here, it must be a long time ago bug...)
Now, i get no technical bug, but... a new "biblioitems" record is
created. I think it's a bug, but can someone explain me what's supposed
to do the title link in basket.pl.
Thanks
--
Paul
- [Koha-devel] is it a bug ? or I need some explanations...,
paul POULAIN <=