OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Hi: Cant save car

ardoke (Visitor)
Posts: 0
graphgraph
User Offline
Hi: Cant save car 12 Years, 9 Months 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.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Hi: Cant save car 12 Years, 8 Months ago
Karma: 101  
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
»