Skip to content

Commit

Permalink
Add Complimentary Tickets as a expense category
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Aug 30, 2023
1 parent 7b3ef93 commit 000496d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,11 @@ public static function get_currencies() {
*/
public static function get_payment_categories() {
$categories = array(
// Changes here may need to be synchronized with `_get_default_budget_og_wordcamp()` or `_get_default_budget_next_gen_wordcamp`.
// Changes here may need to be synchronized with `_get_default_budget()`.
'after-party' => esc_html__( 'After Party', 'wordcamporg' ),
'audio-visual' => esc_html__( 'Audio Visual', 'wordcamporg' ),
'camera-shipping' => esc_html__( 'Camera Shipping', 'wordcamporg' ),
'comped-tickets' => esc_html__( 'Complimentary Tickets', 'wordcamporg' ),
'food-beverages' => esc_html__( 'Food & Beverage', 'wordcamporg' ),
'office-supplies' => esc_html__( 'Office Supplies', 'wordcamporg' ),
'signage-badges' => esc_html__( 'Signage & Badges', 'wordcamporg' ),
Expand Down

0 comments on commit 000496d

Please sign in to comment.