Merge branch 'master' into bundle-cost-summary
This commit is contained in:
@@ -49,8 +49,6 @@ class Wiaas_Admin_CL_Customers {
|
||||
|
||||
$default_order_type = sanitize_key($_POST['default_order_type']);
|
||||
|
||||
error_log($default_order_type);
|
||||
|
||||
Wiaas_Shop::update_default_order_type($organization_id, $default_order_type);
|
||||
|
||||
}
|
||||
|
||||
@@ -60,8 +60,6 @@ class Wiaas_Admin_CL_Packages {
|
||||
|
||||
if ($screen->id === 'admin_page_wiaas-cl-product') {
|
||||
|
||||
error_log('set parent');
|
||||
|
||||
$parent_file = 'edit.php?post_type=product';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,8 +113,6 @@ class Wiaas_Document {
|
||||
return false;
|
||||
}
|
||||
|
||||
error_log(gettype($visible));
|
||||
|
||||
update_post_meta($id, '_wiaas_doc_versions', array( $path ));
|
||||
|
||||
self::set_is_doc_visible($id, $visible);
|
||||
|
||||
Reference in New Issue
Block a user