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:
Srdjan Jankovic 2011-04-07 10:45:58 -04:00 committed by Chris Cormack
parent b390c657b8
commit c5762df823

View file

@ -133,6 +133,7 @@ elsif ( $phase eq 'Update SQL'){
update_sql( $id, $sql, $reportname, $notes );
$template->param(
'save_successful' => 1,
'id' => $id,
);
}