[Koha-bugs] [Bug 19030] Link order <-> subscription is lost when an order is edited

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 17 00:41:26 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #74275|0                           |1
        is obsolete|                            |

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 74285
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74285&action=edit
Bug 19030: Preserve link between order and subscription when editing an order

The aqorders.subscriptionid info is not sent to the template when the
order is edited. Which means we lose this link.

Test plan:
Create an order from a subscription
Edit the order
=> Without this patch, the aqorders.subscriptionid value is set to NULL
and items are created when receiving serial.

=> With this patch applied the link is preserved and expected behaviors
are preserved during all the acquisition workflow

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


More information about the Koha-bugs mailing list