Subversion Repositories SmartDukaan

Rev

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

Rev 10521 Rev 10522
Line 308... Line 308...
308
					return;
308
					return;
309
				ProductValidationBox box = new ProductValidationBox(eventbus, order);
309
				ProductValidationBox box = new ProductValidationBox(eventbus, order);
310
				box.center();
310
				box.center();
311
			}
311
			}
312
		});
312
		});
-
 
313
		
-
 
314
		markRtoInTransit.addClickHandler(new ClickHandler() {
-
 
315
            
-
 
316
            @Override
-
 
317
            public void onClick(ClickEvent event) {
-
 
318
                eventbus.fireEvent(new MarkRtoInTransitEvent(order));
-
 
319
            }
-
 
320
        });
313
	}
321
	}
314
 
322
 
315
	private void implementMaskForWM(){
323
	private void implementMaskForWM(){
316
		
324
		
317
		/*boolean accept, boolean notavailable, boolean updateColor, boolean reject, 
325
		/*boolean accept, boolean notavailable, boolean updateColor, boolean reject,