Skip to content

Commit

Permalink
fix: bulk action handler in order listing
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Dec 14, 2018
1 parent 4804241 commit cbd35c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/orders/listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="dokan-form-group">
<label for="bulk-order-action-selector" class="screen-reader-text"><?php esc_html_e( 'Select bulk action', 'dokan-lite' ); ?></label>

<select name="statßus" id="bulk-order-action-selector" class="dokan-form-control chosen">
<select name="status" id="bulk-order-action-selector" class="dokan-form-control chosen">
<?php foreach ( $order_statuses as $key => $value ) : ?>
<option class="bulk-order-status" value="<?php echo esc_attr( $key ) ?>"><?php echo esc_attr( $value ); ?></option>
<?php endforeach; ?>
Expand Down

0 comments on commit cbd35c0

Please sign in to comment.