Subversion Repositories SmartDukaan

Rev

Rev 5230 | Rev 5237 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5230 Rev 5231
Line 192... Line 192...
192
            for (Item item : items) {
192
            for (Item item : items) {
193
                if (ItemType.NON_SERIALIZED.equals(item.getType())) {
193
                if (ItemType.NON_SERIALIZED.equals(item.getType())) {
194
                    continue;
194
                    continue;
195
                }
195
                }
196
 
196
 
-
 
197
                snapshotClient = new CatalogClient().getClient();
197
                List<VendorItemMapping> mappings = snapshotClient.getVendorItemMappings(item.getId());
198
                List<VendorItemMapping> mappings = snapshotClient.getVendorItemMappings(item.getId());
198
                if (mappings != null) {
199
                if (mappings != null) {
199
                    for (VendorItemMapping mapping : mappings) {
200
                    for (VendorItemMapping mapping : mappings) {
200
                        if (mapping.getVendorId() == 1) {
201
                        if (mapping.getVendorId() == 1) {
201
                            PLBDetails plbDetails = currentInventory.get(mapping.getItemKey());
202
                            PLBDetails plbDetails = currentInventory.get(mapping.getItemKey());