Skip to content

Commit

Permalink
Version: 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattke committed Feb 8, 2018
1 parent 2328a3b commit 19f00e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin/CargonizerAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ function addTransportAgreements(){

public static function newCustomOrderColumn($columns){
$new_columns = (is_array($columns)) ? $columns : array();
unset( $new_columns['order_actions'] );
unset( $new_columns['wc_actions'] );

$new_columns['wcc_consignment_id'] = __('Consignment id');
$new_columns['wcc_tracking_url'] = __('Tracking url');

$new_columns['order_actions'] = $columns['order_actions'];
$new_columns['wc_actions'] = $columns['wc_actions'];
return $new_columns;
}

Expand Down
2 changes: 1 addition & 1 deletion woocommerce-cargonizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*woo
Plugin Name: Woocommerce Cargonizer
Description:
Version: 0.4.5
Version: 0.4.6
Author: Mediebruket AS
Author URI: http://mediebruket.no
*/
Expand Down

0 comments on commit 19f00e9

Please sign in to comment.