Subversion Repositories SmartDukaan

Rev

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

Rev 7834 Rev 8029
Line 102... Line 102...
102
  {
102
  {
103
  jAlert('Illegal Entry In Non Fba Price Field', 'ERROR');
103
  jAlert('Illegal Entry In Non Fba Price Field', 'ERROR');
104
  return false;
104
  return false;
105
  }
105
  }
106
  
106
  
107
if ( fbaPrice > saholicPrice || nonFbaPrice > saholicPrice )
107
if ( nonFbaPrice > saholicPrice )
108
  {
108
  {
109
  jAlert('Fba / Non Fba Price Cant Be Greater Than Saholic Price', 'ERROR');
109
  jAlert('MFN Price Cant Be Greater Than Saholic Price', 'ERROR');
110
  return false;
110
  return false;
111
  }
111
  }
112
if ( customHandlingTime > 30 || customHandlingTime==null || customHandlingTime=="" || isNaN(customHandlingTime) )
112
if ( customHandlingTime > 30 || customHandlingTime==null || customHandlingTime=="" || isNaN(customHandlingTime) )
113
  {
113
  {
114
  jAlert('Unacceptable Value In Lead Time To Ship', 'ERROR');
114
  jAlert('Unacceptable Value In Lead Time To Ship', 'ERROR');