Subversion Repositories SmartDukaan

Rev

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

Rev 18343 Rev 18929
Line 110... Line 110...
110
    private String paymentId;
110
    private String paymentId;
111
    private List<Agent> 	  crmAgents = new ArrayList<Agent>();
111
    private List<Agent> 	  crmAgents = new ArrayList<Agent>();
112
    private List<Agent>       pmAgents = new ArrayList<Agent>();
112
    private List<Agent>       pmAgents = new ArrayList<Agent>();
113
 
113
 
114
    private HashMap<String, String> allAttachmentsForTicket;
114
    private HashMap<String, String> allAttachmentsForTicket;
115
    
-
 
116
    public static final List<TicketCategory> profitMandiTicketCategoryList = new ArrayList<TicketCategory>() {
-
 
117
        {
-
 
118
            add(TicketCategory.PROFITMANDI_CASHBACK);
-
 
119
            add(TicketCategory.PROFITMANDI_FEEDBACK);
-
 
120
            add(TicketCategory.PROFITMANDI_ORDER_NOT_SEEN);
-
 
121
            add(TicketCategory.PROFITMANDI_RECHARGE_ISSUE);
-
 
122
            add(TicketCategory.PROFITMANDI_OTHER);
-
 
123
        }
-
 
124
    };
-
 
125
 
115
 
126
    public String index() {
116
    public String index() {
127
        try {
117
        try {
128
            if (id != null && !id.isEmpty()) {
118
            if (id != null && !id.isEmpty()) {
129
                SearchFilter searchFilter = new SearchFilter();
119
                SearchFilter searchFilter = new SearchFilter();