Making WordPress.org


Ignore:
Timestamp:
02/24/2016 11:46:55 PM (11 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Partially remove the Due Date field.

It's no longer being used, so it can be removed everywhere. I didn't remove it from the index yet, though, because I ran into a problem with dbDelta updating the primary keys on the table, and fixing that isn't a blocker for the launch. We should come back and fix that next week.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-dashboard.php

    r2534 r2601  
    405405                'description'    => get_post_meta( $invoice_id, '_wcbsi_description', true ),
    406406                'currency'       => get_post_meta( $invoice_id, '_wcbsi_currency',    true ),
    407                 'due_date'       => get_post_meta( $invoice_id, '_wcbsi_due_date',    true ),
     407                'due_date'       => 0,  // todo remove this field from index
    408408                'amount'         => get_post_meta( $invoice_id, '_wcbsi_amount',      true ),
    409409        );
Note: See TracChangeset for help on using the changeset viewer.