|
Line 0
Link Here
|
| 0 |
- |
1 |
$DBversion = 'XXX'; # will be replaced by the RM |
|
|
2 |
if( CheckVersion( $DBversion ) ) { |
| 3 |
|
| 4 |
$dbh->do( q{INSERT IGNORE INTO account_offset_types ( type ) VALUES ('Void Payment')} ); |
| 5 |
|
| 6 |
SetVersion( $DBversion ); |
| 7 |
print "Upgrade to $DBversion done (Bug 18790 - Add ability to void payment)\n"; |
| 8 |
} |