commerce_invoice.commerce_invoice_type.default.yml in Commerce Invoice 8.2
config/install/commerce_invoice.commerce_invoice_type.default.yml
2 string references to 'commerce_invoice.commerce_invoice_type.default'
- commerce_invoice_post_update_2 in ./
commerce_invoice.post_update.php - Revert the default invoice type and number pattern to change their labels.
- InvoiceGeneratorTest::setUp in tests/
src/ Kernel/ InvoiceGeneratorTest.php
File
config/install/commerce_invoice.commerce_invoice_type.default.ymlView source
- langcode: en
- status: true
- dependencies: { }
- label: 'Invoice'
- id: default
- numberPattern: invoice_default
- footerText: ''
- paymentTerms: ''
- workflow: invoice_default
- sendConfirmation: false
- confirmationBcc: ''
- traits: { }