Skip to content

Commit 7081080

Browse files
authored
Merge pull request #169 from LabKey/fb_lookupstoreid
Update code due to changes in getLookupStoreId
2 parents 6c80110 + fa6051d commit 7081080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LabPurchasing/resources/web/labpurchasing/panel/VendorPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Ext4.define('LabPurchasing.panel.VendorPanel', {
7272
this.mun(this.store, onError);
7373
btn.setDisabled(false);
7474

75-
var store = Ext4.StoreManager.get('labpurchasing||vendors||rowId||vendorName');
75+
var store = Ext4.StoreManager.get('labpurchasing||vendors||rowId||vendorName||');
7676
if (store) {
7777
store.load();
7878
}

0 commit comments

Comments
 (0)