[Koha-bugs] [Bug 13321] Tax and prices calculation need to be fixed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 20 14:26:41 CEST 2016


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

Alex Arnaud <alex.arnaud at biblibre.com> changed:

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

--- Comment #55 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Created attachment 51643
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51643&action=edit
Bug 13321: Rename variables

This patch renames the variable according to the new DB column names
 * gste => tax_excluded
 * gsti => tax_included
 * gstrate => tax_rate
 * gstvalue => tax_value

This patch also modify the ModReceiveOrder subroutine:
 * Edit vendor note on receiving is not possible, so the code should not
   permit that.
 * Update ModReceiveOrder to pass a hashref

And that's all!
git grep on gste, gsti, gstrate and gstvalue should not return any code
that can be executed.

Signed-off-by: Laurence Rault <laurence.rault at biblibre.com>

Signed-off-by: Francois Charbonnier <francois.charbonnier at inlibro.com>

Signed-off-by: Sonia Bouis <sonia.bouis at univ-lyon3.fr>

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


More information about the Koha-bugs mailing list