Commit 0ff9a819 authored by John Punzalan's avatar John Punzalan

Update entity form edit

parent a578941e
...@@ -124,7 +124,7 @@ add_thickbox(); ...@@ -124,7 +124,7 @@ add_thickbox();
<label for="acquired-date"><?php _e( 'Acquired Date', 'esi' ); ?></label> <label for="acquired-date"><?php _e( 'Acquired Date', 'esi' ); ?></label>
</th> </th>
<td> <td>
<input type="date" name="acquired-date" id="acquired-date" class="regular-text" placeholder="<?php echo esc_attr( '', 'esi' ); ?>" value="<?php echo ($item)?esc_attr($item->acquired_date):''; ?>" /> <input type="date" name="acquired-date" id="acquired-date" class="regular-text" placeholder="<?php echo esc_attr( '', 'esi' ); ?>" value="<?php echo ($item)?esc_attr($item->acquired_at):''; ?>" />
</td> </td>
</tr> </tr>
<tr class="row-acquired-amount"> <tr class="row-acquired-amount">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment