Changeset 1512669
- Timestamp:
- 10/11/2016 11:34:36 AM (9 years ago)
- Location:
- vat-moss/trunk
- Files:
-
- 2 edited
-
includes/admin/new-submission.php (modified) (2 diffs)
-
vat-moss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vat-moss/trunk/includes/admin/new-submission.php
r1511006 r1512669 30 30 function new_submission($from_year = null, $from_month = null, $to_year = null, $to_month = null, $submission_id = 0, $read_only = false) 31 31 { 32 $locale = localeconv();33 34 32 if ( ! current_user_can( 'edit_submissions' ) ) 35 33 { … … 55 53 global $selected; 56 54 55 $locale = localeconv(); 56 57 57 $title = $submission_id 58 58 ? ($read_only -
vat-moss/trunk/vat-moss.php
r1511006 r1512669 527 527 require_once VAT_MOSS_INCLUDES_DIR . 'vatidvalidator.php'; 528 528 require_once(VAT_MOSS_INCLUDES_DIR . 'class-html-elements.php'); 529 // TODO: Currently the value set by this meta box is not used and it should be. 530 require_once(VAT_MOSS_INCLUDES_DIR . 'meta-box.php'); 529 531 530 532 $this->settings = new MOSS_WP_Settings;
Note: See TracChangeset
for help on using the changeset viewer.