Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEbabi authored Nov 8, 2020
1 parent bc750a5 commit 2fcd671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function admin_order_list_top_combine_button( $which ) {
<input type='number' name='second_order' min=0 placeholder='Order ID - 2'>
<button type='submit' name='combineOrders' style='height:32px;' class='button' value='yes'>Combine Orders</button>
</div>";
echo $content;
}
}

Expand Down

0 comments on commit 2fcd671

Please sign in to comment.