Skip to content

Commit

Permalink
Update mt-reports.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 26, 2023
1 parent 19c8bb4 commit 2296aff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/mt-reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,31 +88,31 @@ function mt_reports_page() {
*/
function mt_column_headers_events( $context = 'purchases', $type = 'table' ) {
$headers = array(
'mt-id' => array(
'mt-id' => array(
'label' => __( 'Ticket ID', 'my-tickets' ),
),
'mt-seqid' => array(
'mt-seqid' => array(
'label' => __( 'Sequential ID', 'my-tickets' ),
),
'mt-last' => array(
'mt-last' => array(
'label' => __( 'Last Name', 'my-tickets' ),
),
'mt-first' => array(
'mt-first' => array(
'label' => __( 'First Name', 'my-tickets' ),
),
'mt-post' => array(
'mt-post' => array(
'label' => __( 'Purchase ID', 'my-tickets' ),
),
'mt-type' => array(
'mt-type' => array(
'label' => __( 'Ticket Type', 'my-tickets' ),
),
'mt-price' => array(
'mt-price' => array(
'label' => __( 'Price', 'my-tickets' ),
),
'mt-status' => array(
'mt-status' => array(
'label' => __( 'Status', 'my-tickets' ),
),
'mt-used' => array(
'mt-used' => array(
'label' => __( 'Used', 'my-tickets' ),
),
);
Expand Down

0 comments on commit 2296aff

Please sign in to comment.