|
Lines 129-135
elsif ( $op eq 'cud-add_validate' ) {
Link Here
|
| 129 |
# END $OP eq ADD_VALIDATE |
129 |
# END $OP eq ADD_VALIDATE |
| 130 |
} |
130 |
} |
| 131 |
#DELETE_CONFIRM: called by default form, used to confirm deletion of data in DB |
131 |
#DELETE_CONFIRM: called by default form, used to confirm deletion of data in DB |
| 132 |
elsif ( $op eq 'cud-delete_confirm' ) { |
132 |
elsif ( $op eq 'delete_confirm' ) { |
| 133 |
$template->param( delete_confirm => 1 ); |
133 |
$template->param( delete_confirm => 1 ); |
| 134 |
|
134 |
|
| 135 |
my $contract = GetContract( { contractnumber => $contractnumber } ); |
135 |
my $contract = GetContract( { contractnumber => $contractnumber } ); |
| 136 |
- |
|
|