We have 241 guests online
OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
VehicleManager component support
Go to bottom Favoured: 0
TOPIC: Hi: Cant save car
#2154
ardoke (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Hi: Cant save car 10 Months, 3 Weeks ago Karma: 0  
Hello !
If i remove price from admin.vihiclemananger.html.php
i can save car eny more but i want to save car without any price
Thanks!
 
Logged Logged  
  The administrator has disabled public write access.
#2166
admin (Admin)
Admin
Posts: 1679
graph
User Offline Click here to see the profile of this user
Re:Hi: Cant save car 10 Months, 2 Weeks ago Karma: 17  
Hi,

In admin.vihiclemananger.html.php

in function: editVehicle

you need remove:
Code:

 else if (form.price.value==''||form.priceunit.value=='') {
    
      alert("<?php echo _VEHICLE_MANAGER_ADMIN_INFOTEXT_JS_EDIT_PRISE;?>");
      return;
    }



Thanks,
OrdaSoft team
 
Logged Logged  
  The administrator has disabled public write access.
Go to top