Skip to content

Commit

Permalink
Updates verbiage, ref #761
Browse files Browse the repository at this point in the history
  • Loading branch information
WORKSTATION\andre committed Jun 15, 2017
1 parent fce0066 commit 1d3d38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angelleye-includes/angelleye-admin-order-payment-process.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ public function angelleye_create_order_button($reason_message) {
if (!empty($reason_message)) {
$is_disable = 'disabled';
}
$checkbox = '<br><label><input type="checkbox" name="copy_items_to_new_invoice">Copy items to new invoice?</label><br>';
echo '<div class="wrap angelleye_create_reference_order_section">' . $reason_message . '<input type="hidden" name="angelleye_create_reference_order_sec" value="' . wp_create_nonce('angelleye_create_reference_order_sec') . '" /><input type="submit" ' . $is_disable . ' id="angelleye_create_reference_order_submit_button" value="Create New Reference Order" name="angelleye_create_reference_order_submit_button" class="button button-primary">' . $checkbox . '</div>';
$checkbox = '<br><label><input type="checkbox" name="copy_items_to_new_invoice">Copy items to new order?</label><br>';
echo '<div class="wrap angelleye_create_reference_order_section">' . $reason_message . '<input type="hidden" name="angelleye_create_reference_order_sec" value="' . wp_create_nonce('angelleye_create_reference_order_sec') . '" /><input type="submit" ' . $is_disable . ' id="angelleye_create_reference_order_submit_button" value="Create Reference Transaction Order" name="angelleye_create_reference_order_submit_button" class="button button-primary">' . $checkbox . '</div>';
}

public function angelleye_is_order_status_pending($order) {
Expand Down

0 comments on commit 1d3d38e

Please sign in to comment.