[Koha-bugs] [Bug 7294] status "in order"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 10 11:51:55 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294

--- Comment #31 from Matthias Meusburger <matthias.meusburger at biblibre.com> ---
Kyle, are you sure you have mapped aqorders.ordernumber? This is mandatory.

Anyway, here's my test plan:

1) Create the mappings using the ACQ framework. Here's what I have used for
testing, using 930:
a     ordernumber     Tab:9, | Koha field: aqorders.ordernumber, Not
repeatable, Mandatory,    Edit    Delete
b     listprice     Tab:9, | Koha field: aqorders.listprice, Not repeatable,
Not mandatory,    Edit    Delete
c     branchcode     Tab:9, | Koha field: aqorders.branchcode, Not repeatable,
Not mandatory,    Edit    Delete
d     quantity     Tab:9, | Koha field: aqorders.quantity, Not repeatable, Not
mandatory,    Edit    Delete
e     test2     Tab:9, Not repeatable, Not mandatory,

2) Select a basket

3) Add an order to basket (in my case: from an existing record)

4) Fill item informations (syspref AcqCreateItem's value is: Create an item
when placing an order)

5) Add the item

6) Quantity is now at 1. Select a budget. Fill order informations. Save.

7) You're back at the basket details screen. Click on the newly ordered title.
Click on "Marc". Click on "9". Here's what i've got:

930 ## - order
  a ordernumber 38
  c branchcode FPL
  d quantity 1
  b listprice 12.00

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list