Subversion Repositories SmartDukaan

Rev

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

Rev 3363 Rev 3524
Line 706... Line 706...
706
            sb.append("\n-Risky Flag");
706
            sb.append("\n-Risky Flag");
707
        }
707
        }
708
        if(!checkParameterIfEqual(newItem.getStartDate(), item.getStartDate())) {
708
        if(!checkParameterIfEqual(newItem.getStartDate(), item.getStartDate())) {
709
            sb.append("\n-Start Date");
709
            sb.append("\n-Start Date");
710
        }
710
        }
711
        if(item.getExpectedDelay() != newItem.getExpectedDelay()) {
711
        if(!checkParameterIfEqual(newItem.getExpectedDelay(), item.getExpectedDelay())) {
712
            sb.append("\n-Expected Delay");
712
            sb.append("\n-Expected Delay");
713
        }
713
        }
714
        if(item.getPreferredWarehouse() != newItem.getPreferredWarehouse()) {
714
        if(!checkParameterIfEqual(newItem.getPreferredWarehouse(), item.getPreferredWarehouse())) {
715
            sb.append("\n-Preferred Warehouse");
715
            sb.append("\n-Preferred Warehouse");
716
        }
716
        }
717
        
717
        
718
        VendorPricings vendorPricings;
718
        VendorPricings vendorPricings;
719
        long vendorId;
719
        long vendorId;