Created attachment 117283 [details] Double entry on receipt When printing a Point of Sale receipt (RECEIPT) under Notices and Slips, there is an extra line under the Description of Charges. There appears to be two lines dedicated to the charge- one with the description and one just blank, but showing the dollar ammount. Can we have the Koha notice, RECEIPT, changed to have only one line for the Description and charge, this is confusing.
I have confirmed that the unlabeled line with value at the top of the list is the balance due.
So maybe this requires better labelling instead?
Katrin, Possibly, but it is a blank line with the $ amount. Then the next line shows the description and the $ amount- this is confusing as it shows the $ amount twice- although we only need it to show 1x.
What I thought Christopher's comment meant is that the amount will be different in some cases - maybe you need multiple lines on the receipt or something like that? Not really a double up in that case.
No, it is just a value duplicated in the receipt. Luke from ByWater figured out how to fix the receipt. I'll point him to this ticket. The receipt will need to be fixed for out of the box use.
Bug 28374 resolves this too.. The issues is with how we record 'CREATE' offsets. You can either add in a condition to filter it out in the template or use the debits relation instead.