diff --git a/laptops.php b/laptops.php index 7054345..88e39fd 100644 --- a/laptops.php +++ b/laptops.php @@ -539,28 +539,27 @@ - +
-
-

Model Base Info (Read - Only)

+
+

Model Base Info (Editable)

- +
- +
- +
@@ -842,6 +841,7 @@ this.formData.hdd1_capacity = model.hdd1_capacity || this.formData.hdd1_capacity; this.formData.power_rating = model.power_rating || this.formData.power_rating; this.formData.options = model.options || this.formData.options; + this.formData.purchase_date = model.purchase_date || this.formData.purchase_date; this.formData.manufacturer = model.manufacturer; this.formData.product_name = model.product_name || this.formData.product_name; this.formData.vendor = model.vendor || this.formData.vendor;