MaiXinRong 3 månader sedan
förälder
incheckning
f1ba2d62c4
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/lib/ledger.js

+ 1 - 1
app/lib/ledger.js

@@ -1445,7 +1445,7 @@ const treeUtils = {
                     unit: node.unit || '',
                     unit_price: node.unit_price || 0,
                 };
-                if (_.isMatch(cb, b)) return node;
+                if (helper._.isMatch(cb, b)) return node;
             }
             return null;
         };