Add cash rounding note
This commit is contained in:
parent
098e7f7f21
commit
f281ed24bc
@ -384,7 +384,7 @@ export class ReceiptPayment {
|
|||||||
case "ach":
|
case "ach":
|
||||||
return "ACH Debit";
|
return "ACH Debit";
|
||||||
case "rounding":
|
case "rounding":
|
||||||
return "Cash Rounding";
|
return "Cash Rounding"; // Used in penniless countries to balance a cash-only transaction
|
||||||
default:
|
default:
|
||||||
return this.type;
|
return this.type;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user