fix: remove link for Print Designer
This commit is contained in:
parent
f348158347
commit
1727fcafd3
1 changed files with 0 additions and 10 deletions
|
|
@ -206,16 +206,6 @@ frappe.ui.form.PrintView = class {
|
|||
this.set_breadcrumbs();
|
||||
this.setup_customize_dialog();
|
||||
|
||||
// print designer link
|
||||
if (!cint(frappe.boot.sysdefaults.disable_product_suggestion)) {
|
||||
if (!Object.keys(frappe.boot.versions).includes("print_designer")) {
|
||||
this.page.add_inner_message(`
|
||||
<a style="line-height: 2.4" href="https://frappecloud.com/marketplace/apps/print_designer?utm_source=framework-desk&utm_medium=print-view&utm_campaign=try-link">
|
||||
${__("Try the new Print Designer")}
|
||||
</a>
|
||||
`);
|
||||
}
|
||||
}
|
||||
let tasks = [
|
||||
this.set_default_print_format,
|
||||
this.set_default_print_language,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue