forked from moqui/PopCommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing fromDate value to complete PK in ProductStoreEmail record…
…s in PopCommerceDemoData.xml
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ along with this software (see the LICENSE.md file). If not, see | |
emailServerId="SYSTEM" bodyScreenLocation="component://SimpleScreens/screen/email/OrderPlaced.xml" webappName="webroot" | ||
fromAddress="[email protected]" fromName="POP Commerce Demo" ccAddresses="" bccAddresses="" sendPartial="Y" | ||
subject="${fromName} Order ${orderId}"/> | ||
<mantle.product.store.ProductStoreEmail productStoreId="POPC_DEFAULT" emailTypeEnumId="PsetOrderPlaced" | ||
<mantle.product.store.ProductStoreEmail productStoreId="POPC_DEFAULT" emailTypeEnumId="PsetOrderPlaced" fromDate="0" | ||
emailTemplateId="PopcOrderPlaced" headerImagePath="images/MoquiLogoSmall.png" detailLinkPath="popc/Customer/OrderDetail"/> | ||
<moqui.basic.email.EmailTemplate emailTemplateId="PopcShipmentShipped" description="POPC Shipment Shipped" | ||
emailServerId="SYSTEM" bodyScreenLocation="component://SimpleScreens/screen/email/ShipmentShipped.xml" webappName="webroot" | ||
|
@@ -32,7 +32,7 @@ along with this software (see the LICENSE.md file). If not, see | |
<attachments fileName="Invoice-${invoiceId}.pdf" screenRenderMode="xsl-fo" attachmentCondition="invoiceId" | ||
attachmentLocation="component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml"/> | ||
</moqui.basic.email.EmailTemplate> | ||
<mantle.product.store.ProductStoreEmail productStoreId="POPC_DEFAULT" emailTypeEnumId="PsetShipmentShipped" | ||
<mantle.product.store.ProductStoreEmail productStoreId="POPC_DEFAULT" emailTypeEnumId="PsetShipmentShipped" fromDate="0" | ||
emailTemplateId="PopcShipmentShipped" headerImagePath="images/MoquiLogoSmall.png" detailLinkPath="popc/Customer/OrderDetail"/> | ||
|
||
<moqui.basic.email.EmailTemplate emailTemplateId="PopcInvoiceFinalized" description="POPC Invoice Finalized" | ||
|
@@ -42,7 +42,7 @@ along with this software (see the LICENSE.md file). If not, see | |
<attachments fileName="Invoice-${invoiceId}.pdf" screenRenderMode="xsl-fo" | ||
attachmentLocation="component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml"/> | ||
</moqui.basic.email.EmailTemplate> | ||
<mantle.product.store.ProductStoreEmail productStoreId="POPC_DEFAULT" emailTypeEnumId="PsetInvoiceFinalized" | ||
<mantle.product.store.ProductStoreEmail productStoreId="POPC_DEFAULT" emailTypeEnumId="PsetInvoiceFinalized" fromDate="0" | ||
emailTemplateId="PopcInvoiceFinalized" headerImagePath="images/MoquiLogoSmall.png" detailLinkPath=""/> | ||
|
||
<moqui.basic.email.EmailTemplate emailTemplateId="PopcInvoicesPastDue" description="POPC Invoices Past Due" | ||
|
@@ -52,7 +52,7 @@ along with this software (see the LICENSE.md file). If not, see | |
<attachments fileName="Invoice-${invoiceId}.pdf" screenRenderMode="xsl-fo" forEachIn="invoiceList" | ||
attachmentLocation="component://SimpleScreens/screen/SimpleScreens/Accounting/Invoice/PrintInvoice.xml"/> | ||
</moqui.basic.email.EmailTemplate> | ||
<mantle.product.store.ProductStoreEmail productStoreId="POPC_DEFAULT" emailTypeEnumId="PsetInvoicesPastDue" | ||
<mantle.product.store.ProductStoreEmail productStoreId="POPC_DEFAULT" emailTypeEnumId="PsetInvoicesPastDue" fromDate="0" | ||
emailTemplateId="PopcInvoicesPastDue" headerImagePath="images/MoquiLogoSmall.png" detailLinkPath=""/> | ||
|
||
<!-- ScreenScheduled report Receivable Summary, empty by default with demo and test data, with noResultsAbort=Y should just generate warning log --> | ||
|