Skip to content

Commit

Permalink
Merge branch 'pu/cw/debitorinexports' into '2024.11'
Browse files Browse the repository at this point in the history
Pu/cw/debitorinexports

See merge request tine20/tine20!4744
  • Loading branch information
corneliusweiss committed Jan 11, 2024
2 parents 1c4765c + 301bcd6 commit ecd76a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions tine20/Sales/Export/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ protected function _loadTwig()
],
],
Sales_Model_Document_Abstract::FLD_RECIPIENT_ID => [],
Sales_Model_Document_Abstract::FLD_DEBITOR_ID => [],
Sales_Model_Document_Abstract::FLD_POSITIONS => [],
Sales_Model_Document_Abstract::FLD_BOILERPLATES => [],
Sales_Model_Document_Abstract::FLD_DOCUMENT_CATEGORY => [],
Expand Down
Binary file modified tine20/Sales/Export/templates/sales_document_offer.docx
Binary file not shown.
1 change: 1 addition & 0 deletions tine20/Sales/js/CustomerEditDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ Tine.Sales.CustomerEditDialog = Ext.extend(Tine.widgets.dialog.EditDialog, {
}]
}, {
xtype: 'fieldset',
hidden: this.denormalizationRecordClass,
layout: 'hfit',
autoHeight: true,
title: this.app.i18n._('Debitors'),
Expand Down
5 changes: 4 additions & 1 deletion tine20/Tinebase/js/widgets/form/RecordPickerComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ Tine.Tinebase.widgets.form.RecordPickerComboBox = Ext.extend(Ext.ux.form.Clearab
allowCreateNew: false,
preserveJsonProps: 'original_id',
qtip: window.i18n._('Edit copy'),
editDialogMode: 'local'
editDialogConfig: {
mode: 'local',
denormalizationRecordClass: this.denormalizationRecordClass
}
}));
this.useEditPlugin = false;
}
Expand Down

0 comments on commit ecd76a3

Please sign in to comment.