Skip to content

Commit ad324e4

Browse files
ikhrysievawebevtkotliarmikhail
authored
BB-24102: Invoices (6.1) (#42005)
* BB-25911: Create new TWIG function to sanitize HTML-aware invoice fields (#41925) (#41935) - created invoice_notification_template - enabled oro_html_sanitize_basic for email templates twig sandbox * BB-25772: Invoice Line Items (#41943) * BB-25873: Create InvoiceLineItem entity * BB-25875: Add line items datagrid to invoice view back-office page * BB-25876: Add line items datagrid to invoice view storefront page (#41850) * BB-25878: Sample data (#41934) * BB-25879: XSS tests (#41936) * BB-25877: Update invoice PDF template with line items section (#41948) * BB-25874: Update InvoicePaymentContextFactory with line items (#41950) * BB-24102: Invoices --------- Co-authored-by: Yefim Yevtushenko <[email protected]> Co-authored-by: Mykhailo Kotliar <[email protected]>
1 parent f0f0c00 commit ad324e4

File tree

2 files changed

+200
-167
lines changed

2 files changed

+200
-167
lines changed

dev.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7609,7 +7609,7 @@
76097609
"dist": {
76107610
"type": "path",
76117611
"url": "../../package/platform",
7612-
"reference": "d02c82c831e6145f58400b99e6cadc923f80b76e"
7612+
"reference": "2e1ae39ffe271be6cc0173eedd6c8e79a3bfd198"
76137613
},
76147614
"require": {
76157615
"ass/xmlsecurity": "1.1.1",
@@ -7693,7 +7693,7 @@
76937693
"symfony/filesystem": "~6.4.0",
76947694
"symfony/finder": "~6.4.0",
76957695
"symfony/flex": "2.4.*",
7696-
"symfony/form": "6.4.22",
7696+
"symfony/form": "~6.4.0",
76977697
"symfony/framework-bundle": "~6.4.0",
76987698
"symfony/http-client": "~6.4.15",
76997699
"symfony/http-client-contracts": "^3.3.0",
@@ -12111,16 +12111,16 @@
1211112111
},
1211212112
{
1211312113
"name": "symfony/form",
12114-
"version": "v6.4.22",
12114+
"version": "v6.4.23",
1211512115
"source": {
1211612116
"type": "git",
1211712117
"url": "https://github.com/symfony/form.git",
12118-
"reference": "2e2e32b7cc9e543a3f739b4968611a44ef17a2de"
12118+
"reference": "6f60a2a9031c49fe92b8703764defa46481db155"
1211912119
},
1212012120
"dist": {
1212112121
"type": "zip",
12122-
"url": "https://api.github.com/repos/symfony/form/zipball/2e2e32b7cc9e543a3f739b4968611a44ef17a2de",
12123-
"reference": "2e2e32b7cc9e543a3f739b4968611a44ef17a2de",
12122+
"url": "https://api.github.com/repos/symfony/form/zipball/6f60a2a9031c49fe92b8703764defa46481db155",
12123+
"reference": "6f60a2a9031c49fe92b8703764defa46481db155",
1212412124
"shasum": ""
1212512125
},
1212612126
"require": {
@@ -12188,7 +12188,7 @@
1218812188
"description": "Allows to easily create, process and reuse HTML forms",
1218912189
"homepage": "https://symfony.com",
1219012190
"support": {
12191-
"source": "https://github.com/symfony/form/tree/v6.4.22"
12191+
"source": "https://github.com/symfony/form/tree/v6.4.23"
1219212192
},
1219312193
"funding": [
1219412194
{
@@ -12204,7 +12204,7 @@
1220412204
"type": "tidelift"
1220512205
}
1220612206
],
12207-
"time": "2025-05-04T06:52:29+00:00"
12207+
"time": "2025-06-05T16:22:31+00:00"
1220812208
},
1220912209
{
1221012210
"name": "symfony/framework-bundle",

0 commit comments

Comments
 (0)