X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Flocations.php;h=4a762e620541c84312f89f5bdeec943d7c29406c;hb=4e6811018489ed5d9e4c029342c958e266d7b298;hp=21b3f64176a80cca58f0f75dc8a54559df57aa02;hpb=aa2ff78063656a7843d763859e3b9b4c15a3f920;p=fa-stable.git diff --git a/inventory/manage/locations.php b/inventory/manage/locations.php index 21b3f641..4a762e62 100644 --- a/inventory/manage/locations.php +++ b/inventory/manage/locations.php @@ -199,12 +199,12 @@ else text_row_ex(_("Location Name:"), 'location_name', 50, 50); text_row_ex(_("Contact for deliveries:"), 'contact', 30, 30); -textarea_row(_("Address:"), 'delivery_address', null, 35, 5); +textarea_row(_("Address:"), 'delivery_address', null, 34, 5); text_row_ex(_("Telephone No:"), 'phone', 32, 30); text_row_ex(_("Secondary Phone Number:"), 'phone2', 32, 30); text_row_ex(_("Facsimile No:"), 'fax', 32, 30); -email_row_ex(_("E-mail:"), 'email', 30); +email_row_ex(_("E-mail:"), 'email', 50); end_table(1); submit_add_or_update_center($selected_id == -1, '', 'both');