shareneus 1.5.24 → 1.5.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -198,10 +198,10 @@ class ReceiptPDFService {
|
|
|
198
198
|
else {
|
|
199
199
|
toward = 'INVOICE - ' + data;
|
|
200
200
|
if (RefundAmt > 0) {
|
|
201
|
-
toward += ' (refunded Rs.' + RefundAmt + ' )';
|
|
201
|
+
toward += ', (refunded Rs.' + RefundAmt + ' )';
|
|
202
202
|
}
|
|
203
203
|
if (RemAmt > 0) {
|
|
204
|
-
toward += ' (remaining Rs.' + RemAmt + ' as advance)';
|
|
204
|
+
toward += ', (remaining Rs.' + RemAmt + ' as advance)';
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|