Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SAMBUMBA
pasteque-server
Commits
04811a58
Commit
04811a58
authored
Nov 09, 2017
by
Karamel
Browse files
Fix missing array initialization in CashSession.
parent
95947cf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Model/CashSession.php
View file @
04811a58
...
...
@@ -95,6 +95,7 @@ class CashSession extends DoctrineModel
$this
->
taxes
=
new
\
Doctrine\Common\Collections\ArrayCollection
();
$this
->
payments
=
new
\
Doctrine\Common\Collections\ArrayCollection
();
$this
->
catSales
=
new
\
Doctrine\Common\Collections\ArrayCollection
();
$this
->
catTaxes
=
new
\
Doctrine\Common\Collections\ArrayCollection
();
$this
->
custBalances
=
new
\
Doctrine\Common\Collections\ArrayCollection
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment