Bug 17563: Fix Acquisition/CancelReceipt.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 7 Nov 2016 10:55:06 +0000 (10:55 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 10 Nov 2016 13:36:48 +0000 (13:36 +0000)
commited848e167aaaec2e67bffc87ea4a17396fec20d6
treee72cd4a4e70d9867e9f57e44158fd3dfbecb8327
parentbf315c45cf5b33915578d1a878865122e5683ecd
Bug 17563: Fix Acquisition/CancelReceipt.t

Test plan:
  prove t/db_dependent/Acquisition/CancelReceipt.t
should return green

Confirm that the changes made by
  commit 20d9ed618fbe3cdcb9c04444a1f8a584b0364069
    Bug 13321: Rename variables
was wrong for the budget_id var and that this patch reverts it

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Acquisition.pm