Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0053485Openbravo ERPA. Platformpublic2023-09-19 08:232023-09-19 11:43
gonzalo_fernandez 
gonzalo_fernandez 
normalminoralways
closedfixed 
5
 
 
Core
No
0053485: Wrong invoice detection when working with immutable reports and the send email feature
When we try to detect if the document we received is an order or an invoice, we use the generateInvoice property instead of the isInvoice one, which leads us to an error.
1. Add an email configuration and then activate the reprintable documents and the send email features.
2. Create a ticket and select Issue Invoice.
3. The email isn't set and the reprintable isn't persisted.
We should substitute generateInvoice for isInvoice.
No tags attached.
related to feature request 0052134 closed Triage Platform Base Support Immutable Printable Reports 
Issue History
2023-09-19 08:23gonzalo_fernandezNew Issue
2023-09-19 08:23gonzalo_fernandezAssigned To => gonzalo_fernandez
2023-09-19 11:26hgbotNote Added: 0154983
2023-09-19 11:27hgbotNote Added: 0154984
2023-09-19 11:27hgbotNote Added: 0154985
2023-09-19 11:35hgbotNote Added: 0154986
2023-09-19 11:39hgbotResolutionopen => fixed
2023-09-19 11:39hgbotStatusnew => closed
2023-09-19 11:39hgbotNote Added: 0154987
2023-09-19 11:39hgbotFixed in Version => 23Q4
2023-09-19 11:39hgbotNote Added: 0154988
2023-09-19 11:41hgbotNote Added: 0154989
2023-09-19 11:41hgbotNote Added: 0154990
2023-09-19 11:42caristuProjectInfrastructure => Openbravo ERP
2023-09-19 11:42caristuModules => Core
2023-09-19 11:42caristuTriggers an Emergency Pack => No
2023-09-19 11:42caristuCategorywiki.openbravo.com => A. Platform
2023-09-19 11:42caristuFixed in Version23Q4 =>
2023-09-19 11:43caristuRelationship addedrelated to 0052134

Notes
(0154983)
hgbot   
2023-09-19 11:26   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/999 [^]
(0154984)
hgbot   
2023-09-19 11:27   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/619 [^]
(0154985)
hgbot   
2023-09-19 11:27   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2091 [^]
(0154986)
hgbot   
2023-09-19 11:35   
Merge request closed: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/619 [^]
(0154987)
hgbot   
2023-09-19 11:39   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2091 [^]
(0154988)
hgbot   
2023-09-19 11:39   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: b718395f1ffeba5472d74a4508779d904c86c0e5
Author: Gonzalo Fernández García <gonzalo.fernandez@openbravo.com>
Date: 19-09-2023 09:38:45
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/b718395f1ffeba5472d74a4508779d904c86c0e5 [^]

Fixes ISSUE-53485: Fixes reprintable invoice email sending when working from the POS

---
M src/org/openbravo/pos2/mailing/SendEmailImportEntryProcessor.java
M src/org/openbravo/pos2/mailing/SendEmailLoader.java
---
(0154989)
hgbot   
2023-09-19 11:41   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/999 [^]
(0154990)
hgbot   
2023-09-19 11:41   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 3ca0bfdd26c7ef44e94b9dc0d4bc89d067f40c6e
Author: Gonzalo Fernández García <gonzalo.fernandez@openbravo.com>
Date: 19-09-2023 09:41:46
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/3ca0bfdd26c7ef44e94b9dc0d4bc89d067f40c6e [^]

related to BUG-53485: exists() should not fail when the base document cannot be found

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/ReprintableSourceDocument.java
---