Commit 2ada676a93ad8133bfc456a23521e68678673ea2

Authored by Adhidarma Hadiwinoto
1 parent d0a6e83038
Exists in master

Perbaikan irs reverse report

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/irs/reverse-report.js
... ... @@ -39,7 +39,7 @@ function processPartnerReport(qs) {
39 39 if (!amount) {
40 40 amount = irs.getPriceFromMessage(
41 41 qs.msg,
42   - config.partner.price_pattern || config.price_pattern ||
  42 + config.partner.price_pattern || config.price_pattern
43 43 );
44 44 }
45 45 }