MaiXinRong пре 8 месеци
родитељ
комит
f1ba2d62c4
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
         };