Subversion Repositories SmartDukaan

Rev

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

Rev 8029 Rev 8121
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 ( nonFbaPrice > saholicPrice )
-
 
108
  {
-
 
109
  jAlert('MFN Price Cant Be Greater Than Saholic Price', 'ERROR');
-
 
110
  return false;
-
 
111
  }
-
 
112
if ( customHandlingTime > 30 || customHandlingTime==null || customHandlingTime=="" || isNaN(customHandlingTime) )
107
if ( customHandlingTime > 30 || customHandlingTime==null || customHandlingTime=="" || isNaN(customHandlingTime) )
113
  {
108
  {
114
  jAlert('Unacceptable Value In Lead Time To Ship', 'ERROR');
109
  jAlert('Unacceptable Value In Lead Time To Ship', 'ERROR');
115
  return false;
110
  return false;
116
  }
111
  }