Skip to content

Commit

Permalink
Po 570 (#480)
Browse files Browse the repository at this point in the history
* PO-570 Change Template Description

* PO-570 Change Template Description
  • Loading branch information
ian-readman authored Jul 31, 2024
1 parent 0fcc5f2 commit e4e8da0
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
*
* OPAL Program
*
* MODULE : update_template.sql
*
* DESCRIPTION : Update template name to "Collection Order - Authorised Powers"
*
* VERSION HISTORY:
*
* Date Author Version Nature of Change
* ---------- -------- -------- --------------------------------------
* 30/07/2024 I Readman 1.0 PO-570 Update incorrect template name
*
**/
UPDATE templates SET template_name = 'Collection Order - Authorised Powers' WHERE template_id = 500000004;

0 comments on commit e4e8da0

Please sign in to comment.