Skip to content

Commit

Permalink
fix(items): allow empty description on discount
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriarte-mendez committed Apr 8, 2020
1 parent 4ac030e commit f7371a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Discount extends AbstractModel
*/
public $admittedFields = [
'Description' => [
'mandatory' => true,
'mandatory' => false,
'cdata' => true,
],
'UnitPriceGross' => [
Expand Down

0 comments on commit f7371a6

Please sign in to comment.