Skip to content

Commit

Permalink
Be consistent about column names in credit memo
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard authored Dec 17, 2019
1 parent 6219b1e commit de7f8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/doctrine/CreditMemo.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<field name="orderNumber" column="order_number" />
<field name="total" type="integer" />
<field name="units" type="json" />
<field name="currencyCode" />
<field name="localeCode" />
<field name="currencyCode" column="currency_code" />
<field name="localeCode" column="locale_code" />
<field name="comment" type="text" />
<field name="issuedAt" column="issued_at" type="datetime" nullable="true" />

Expand Down

0 comments on commit de7f8da

Please sign in to comment.