Skip to content

Commit

Permalink
Fix: Title document (PanJiaChen#2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricargame authored Jul 30, 2024
1 parent d9d7df5 commit ff9f600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/ADempiere/ReportViewerEngine/dialog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export default defineComponent({
linkShare.value = link
store.dispatch('sendNotification', {
user_id,
title: props.reportOutput.name,
title: titleDocument.value,
recipients: contactSend.value,
notification_type: typeNotify.value,
attachments: fileNameResource,
Expand All @@ -457,6 +457,7 @@ export default defineComponent({
function blankValue() {
store.commit('setContactSend', '')
store.commit('setTypeNotify', '')
titleDocument.value = props.reportOutput.name
let menuDefault = ''
if (!isEmptyValue(storedMailTemplatesList.value) && !isEmptyValue(storedMailTemplatesList.value.menus)) {
menuDefault = storedMailTemplatesList.value.menus[0].mail_text
Expand Down

0 comments on commit ff9f600

Please sign in to comment.