Skip to content
Snippets Groups Projects
Commit 97df24c6 authored by meskio's avatar meskio :tent:
Browse files

Recarga and devolucion confusion

parent c8946ca8
Branches
Tags
No related merge requests found
......@@ -35,9 +35,9 @@ function transactionOverlay(transaction) {
break;
case "topup":
if (transaction.total < 0) {
title = "recarga";
} else {
title = "devolución";
} else {
title = "recarga";
}
content = transaction.topup.comment;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment