Link customers to their respective (commercial leads/ resellers /shops) #34

Merged
akrdzic merged 7 commits from resseler-to-customer into master 2018-10-17 22:27:04 +02:00
3 changed files with 0 additions and 6 deletions
Showing only changes of commit 49281f02be - Show all commits

View File

@@ -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);
}

View File

@@ -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';
}
}

View File

@@ -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);