Skip to content

Commit

Permalink
Merge pull request #451 from bcgov/MALS2_21_Add_Premises_ID_Num_To_Ga…
Browse files Browse the repository at this point in the history
…me_Fram_Renewal

Added Premises ID to the Game Farm Renewal Notice
  • Loading branch information
barrfalk authored Mar 21, 2024
2 parents c47bdca + 5b273d0 commit 0ad89dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified app/server/static/templates/notices/Renewal_GameFarm_Template.docx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1576,6 +1576,7 @@ CREATE OR REPLACE VIEW mal_print_dairy_farm_tank_recheck_vw as
l.id licence_id,
l_t.licence_type,
apiary_site_id,
s.premises_id,
concat(l.licence_number, '-', s.apiary_site_id) registration_number,
trim(concat(s.address_line_1, ' ', s.address_line_2)) address,
s.city,
Expand Down Expand Up @@ -1715,7 +1716,8 @@ CREATE OR REPLACE VIEW mal_print_dairy_farm_tank_recheck_vw as
'LicenceName', base.licence_type,
'LicenceNumber', base.licence_number,
'LicenceFee', base.licence_fee_display,
'SiteLegalDescription', site.legal_description,
'SiteLegalDescription', site.legal_description,
'SitePremisesId', site.premises_id,
'SpeciesInventory', base.species_code)
when 'HIDE DEALER' then
--
Expand Down

0 comments on commit 0ad89dd

Please sign in to comment.