Skip to content

Commit

Permalink
profile: Add missing using statement for new AUTO_INVOICING_REUSE_DRA…
Browse files Browse the repository at this point in the history
…FT tag
  • Loading branch information
sbrossie committed Aug 28, 2017
1 parent cda3456 commit d8c422b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ userAndSystemTagDefinitions() ::= <<
, \'AUTO_INVOICING_DRAFT\' as name
, \'Generate account invoices in DRAFT mode.\' description
union
select
\'00000000-0000-0000-0000-000000000009\' id
, \'AUTO_INVOICING_REUSE_DRAFT\' as name
, \'Use existing draft invoice if exists.\' description
union
select
\'00000000-0000-0001-0000-000000000001\' id
, \'__PARK__\' as name
Expand Down

0 comments on commit d8c422b

Please sign in to comment.