sulu / SuluProductBundle

Sulu product bundle
MIT License
7 stars 8 forks source link

fixed a bug in the addon overlay if price is overwritten with 0 #368

Closed mob8607 closed 7 years ago

mob8607 commented 7 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
License MIT

What's in this PR?

Bugfix if a product has an addon and wants to overwrite the price with the value "0".

Why?

Currently this was stored, but not recognised correctly when opening the addon overlay again. It didn't show that the price was overwritten at all.

sabinebaer commented 7 years ago

ack