Subversion Repositories SmartDukaan

Rev

Rev 12435 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12435 Rev 12445
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()));
-
 
92
        if(vendorPriceUpdateListener.onUpdate(mop, dp, tp, nlc, vendorId)) {
91
        if(vendorPriceUpdateListener.onUpdate(mop, dp, tp, nlc, vendorId)) {
93
            hide();
92
            hide();
94
        }
93
        }
95
    }
94
    }
96
}
95
}