Changeset 2637326
- Timestamp:
- 11/30/2021 09:52:52 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sprint/trunk/templates/erp_sprint_calculate_tariff.php
r2541274 r2637326 142 142 <div class="form-col-3"> 143 143 <label for="State">State</label> 144 <select class="regular-text code :getcity" messg='Source State' city-id="source_city" country-id="source_country" id="source_state" >144 <select class="regular-text code sprint_getcity" messg='Source State' city-id="source_city" country-id="source_country" id="source_state" > 145 145 <?php if (is_array($RespStates)) { 146 146 echo '<option value="null">Select</option>'; … … 174 174 <div class="form-col-3"> 175 175 <label for="Country">Country</label> 176 <select class="regular-text code :get_state_from_country" data-state="destination_state" id="destination_country">176 <select class="regular-text code sprint_get_state_from_country" data-state="destination_state" id="destination_country"> 177 177 <option value="null">Select</option> 178 178 <?php foreach($country as $key=>$value) { … … 187 187 <div class="form-col-3"> 188 188 <label for="State">State</label> 189 <select country-id="destination_country" class="regular-text code :getcity" messg='Destination State' city-id="destination_city" id="destination_state">189 <select country-id="destination_country" class="regular-text code sprint_getcity" messg='Destination State' city-id="destination_city" id="destination_state"> 190 190 <?php if (is_array($RespStates)) { 191 191 echo '<option value="null">Select</option>';
Note: See TracChangeset
for help on using the changeset viewer.