Subversion Repositories SmartDukaan

Rev

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

Rev 32436 Rev 33505
Line 203... Line 203...
203
                if (pm.getRbms().equals("")) {
203
                if (pm.getRbms().equals("")) {
204
                    pm.setRbms("-");
204
                    pm.setRbms("-");
205
                }
205
                }
206
            }
206
            }
207
            allPartnerStats.put(fofoId, pm);
207
            allPartnerStats.put(fofoId, pm);
208
            LOGGER.info("pm {}", pm);
208
            //LOGGER.info("pm {}", pm);
209
 
209
 
210
        }
210
        }
211
        return allPartnerStats;
211
        return allPartnerStats;
212
    }
212
    }
213
 
213