[Koha-bugs] [Bug 14206] notice using only the 'print' template can't be deleted

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 19 21:43:17 CEST 2015


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

Indranil Das Gupta <indradg at gmail.com> changed:

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

--- Comment #7 from Indranil Das Gupta <indradg at gmail.com> ---
Created attachment 39315
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39315&action=edit
Bug 14206 Adds two tests to t/db_dependent/Letters.t

C4::Letters::getletter is called in tools/letter.pl by the function
delete_confirm() to display the selected notice for deletion. Due to
current implementation of getletter(), a notice that does not use
the 'email' template (but uses any/all of the other templates - sms,
print or phone) can't be deleted from the staff client.

This patch adds 2 tests to t/db_dependent/Letters.t to test the bug.

Test plan
=========

1/ Apply the patch and run prove -v t/db_dependent/Letters.t
2/ Test 38 should pass demonstrating unpatched getletter() behaviour
   Test 39 should FAIL, highlighting the problem

     #   Failed test 'Bug 14206 - returns actual message_transport_type'
     #   at t/db_dependent/Letters.t line 181.
     #          got: undef
     #     expected: 'print'

(Test plan continues in the second commit)

-- 
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