Plugin Directory

Changeset 2637326


Ignore:
Timestamp:
11/30/2021 09:52:52 AM (4 years ago)
Author:
sprintlogistics
Message:

display citys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sprint/trunk/templates/erp_sprint_calculate_tariff.php

    r2541274 r2637326  
    142142        <div class="form-col-3">
    143143          <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" >
    145145            <?php if (is_array($RespStates)) {
    146146              echo '<option value="null">Select</option>';
     
    174174        <div class="form-col-3">
    175175          <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">
    177177            <option value="null">Select</option>
    178178            <?php foreach($country as $key=>$value) {
     
    187187        <div class="form-col-3">
    188188          <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">
    190190          <?php if (is_array($RespStates)) {
    191191            echo '<option value="null">Select</option>';
Note: See TracChangeset for help on using the changeset viewer.