Subversion Repositories SmartDukaan

Rev

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

Rev 6759 Rev 12435
Line 86... Line 86...
86
        } catch(NumberFormatException ex) {
86
        } catch(NumberFormatException ex) {
87
            Window.alert("Price format is not valid.");
87
            Window.alert("Price format is not valid.");
88
            return;
88
            return;
89
        }
89
        }
90
        long vendorId = Utils.getVendorId(this.vendor.getItemText(this.vendor.getSelectedIndex()));
90
        long vendorId = Utils.getVendorId(this.vendor.getItemText(this.vendor.getSelectedIndex()));
-
 
91
        Window.alert("Vendor id: " + vendorId + "  " + this.vendor.getItemText(this.vendor.getSelectedIndex()));
91
        if(vendorPriceUpdateListener.onUpdate(mop, dp, tp, nlc, vendorId)) {
92
        if(vendorPriceUpdateListener.onUpdate(mop, dp, tp, nlc, vendorId)) {
92
            hide();
93
            hide();
93
        }
94
        }
94
    }
95
    }
95
}
96
}