Bug 3054 - Holds/reserves accountlines record contains NULL itemnumber
Summary: Holds/reserves accountlines record contains NULL itemnumber
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: PC All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-23 10:19 UTC by Chris Cormack
Modified: 2020-01-06 20:14 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
screenshot (55.52 KB, image/png)
2009-03-23 22:19 UTC, Chris Cormack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 01:05:51 UTC


---- Reported by mason@kohaaloha.com 2009-03-23 22:19:38 ----

Created an attachment
screenshot

i think this is a bug, where the itemnumber column should be filled



************************** 2. row ***************************
   borrowernumber: 77113
        accountno: 2
       itemnumber: NULL    <<<<<<<<<<<<<<<<<<<<<<<<  OOPS!!
             date: 2009-03-24
           amount: 2.000000
      description: Reserve Charge - The power of love 3
          dispute: NULL
      accounttype: Res
amountoutstanding: 2.000000
        timestamp: 2009-03-24 11:06:10
             tags: NULL
         renewals: 0
             type: NULL
          issueno: NULL
            actid: 359435
        notify_id: 0
     notify_level: 0
    lastincrement: NULL
2 rows in set (0.00 sec)



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:05 UTC  ---

This bug was previously known as _bug_ 3054 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3054
Imported an attachment (id=1054)

Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was mason@kohaaloha.com.
The original submitter of attachment 1054 [details] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.

Comment 1 Chris Cormack 2012-10-17 02:21:52 UTC
Is this bug still valid?
Comment 2 Katrin Fischer 2014-03-15 07:34:00 UTC
I am not sure if this is a bug. The rental fine is added to the account on placing a hold. If the hold is title level, there is no specific itemnumber for the accountline. If the hold is on a specific item, it could be added, but is currently not.
Comment 3 Marc Véron 2015-12-20 18:05:43 UTC
(In reply to Katrin Fischer from comment #2)
> I am not sure if this is a bug. The rental fine is added to the account on
> placing a hold. If the hold is title level, there is no specific itemnumber
> for the accountline. If the hold is on a specific item, it could be added,
> but is currently not.

Maybe we need to add the biblionumber to the accoutlines as well?
Like with the branchcode (see Bug 7595)
Comment 4 Katrin Fischer 2019-05-04 19:28:37 UTC
As explained above the NULL itemnumber is not a bug, but indicates a record level hold.