Subversion Repositories SmartDukaan

Rev

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

Rev 3065 Rev 3186
Line 353... Line 353...
353
		});
353
		});
354
	}
354
	}
355
	
355
	
356
	private void implementMaskForAdmin(){
356
	private void implementMaskForAdmin(){
357
		switch(mask){
357
		switch(mask){
-
 
358
		case VERIFICATION_PENDING:
358
		case NO_STOCK:
359
		case NO_STOCK:
359
			maskButtonsForAdmin(false, false, false, false, true); //Allow the OM to refund an order with low inventory.
360
			maskButtonsForAdmin(false, false, false, false, true); //Allow the OM to refund a COD order or an order with low inventory.
360
			break;
361
			break;
361
		case DELIVERED:
362
		case DELIVERED:
362
			maskButtonsForAdmin(true, true, false, false, false);	//Allow the OM to flag and request pickup.
363
			maskButtonsForAdmin(true, true, false, false, false);	//Allow the OM to flag and request pickup.
363
			break;
364
			break;
364
		case DOA_PICKUP_REQUESTED:
365
		case DOA_PICKUP_REQUESTED: