Bug 20980: (follow-up) Offset name consistency
This patch makes 'credit' account types generate 'Manual Credit' offset. The original patch used 'Payment' but I think the code wants to distinguish between payments and manually added credits (otherwise they would've picked the same accounttype value, and they don't. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
7b6c242d97
commit
65aacc1b1d
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ sub non_issues_charges {
|
|||
=cut
|
||||
|
||||
our $offset_type = {
|
||||
'credit' => 'Payment',
|
||||
'credit' => 'Manual Credit',
|
||||
'forgiven' => 'Writeoff',
|
||||
'lost_item_return' => 'Lost Item Return',
|
||||
'payment' => 'Payment',
|
||||
|
|
Loading…
Reference in a new issue