[Koha-bugs] [Bug 12505] Variable aqorders.listprice from 'Tools' - 'Notices and Slips' Does not work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 30 20:17:43 CEST 2014


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

--- Comment #1 from simith.doliveira at inlibro.com ---
Created attachment 29382
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29382&action=edit
Bug 12505 - Variable aqorders.listprice from 'Tools' - 'Notices and Slips' Does
not work

Modified:

C4/Letters.pm               - remove aqbooksellers.* from SELECT statement

In Letters - SendAlerts subrotine, is safe to remove aqbooksellers.* from
SELECT statement
for type=claimacquisition or claimissues. Aqbooksellers is passed to
GetPreparedLetter subrotine in tables variable.

Testing:

I Apply the patch

Select Tools -> Notices and slips;
Edit ACQCLAIM;
Add :
<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>)
(<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> 
<<aqbooksellers.listprice>> each) has not been received.</order>
Save modifications;
Create a vendor (Acquisition module);
Create an order (Acquisition module);
Click Acquisitions -> Late orders;
Select the order created;
Click Claim order button;
Valide <<aqorders.listprice>>;
Valide <<aqbooksellers.listprice>>.

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


More information about the Koha-bugs mailing list