Avoid clearing the lineitem cache on each page of lineitems. We need
the cache to for multi-page selection-to-PO support. If the original
bugs addressed by this commit resurface, we can resolve it by
maintaining 2 caches, the stock liCache and a separate parallel cache
used just for multi-page actions.
https://bugs.launchpad.net/evergreen/+bug/
1208613
https://kcevergreen.atlassian.net/browse/JBAS-673
This reverts commit
341babf860a20539529e29db252545031b01ed5f.
this.reset = function(keep_selectors) {
while(self.tbody.childNodes[0])
self.tbody.removeChild(self.tbody.childNodes[0]);
- self.liCache = {};
self.noteAcks = {};
self.relCache = {};