Bug 6024 : Show "Run report" link after sql update as wel
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
b390c657b8
commit
c5762df823
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ elsif ( $phase eq 'Update SQL'){
|
|||
update_sql( $id, $sql, $reportname, $notes );
|
||||
$template->param(
|
||||
'save_successful' => 1,
|
||||
'id' => $id,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue