Merge branch 'develop_dropdown_bookmark' of github.com:atm-john/dolibarr into develop_dropdown_bookmark

This commit is contained in:
ATM john 2019-09-29 20:25:50 +02:00
commit e77e5ee2e3
2 changed files with 1 additions and 2 deletions

View File

@ -286,4 +286,4 @@ function printDropdownBookmarksList($aDb, $aLangs)
}
return $html;
}
}

View File

@ -1973,7 +1973,6 @@ function top_menu_bookmark(User $user, Translate $langs)
});
</script>
';
}
return $html;
}