Skip to content

Commit

Permalink
Add missing fromDate value to complete PK in ProductStoreEmail record…
Browse files Browse the repository at this point in the history
…s in PopCommerceDemoData.xml
  • Loading branch information
jonesde committed Apr 20, 2021
1 parent 431a2fa commit ab1af62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/PopCommerceDemoData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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 -->
Expand Down

0 comments on commit ab1af62

Please sign in to comment.