|
Lines 9731-9736
if ( CheckVersion($DBversion) ) {
Link Here
|
| 9731 |
SetVersion($DBversion); |
9731 |
SetVersion($DBversion); |
| 9732 |
} |
9732 |
} |
| 9733 |
|
9733 |
|
|
|
9734 |
# IMPORTANT |
| 9735 |
# Here should be DB entry from 13379 |
| 9736 |
|
| 9737 |
$DBversion = "3.18.05.001"; |
| 9738 |
if(CheckVersion($DBversion)) { |
| 9739 |
$dbh->do(q{UPDATE authorised_values SET category='ORDER_CANCELLATION_REASON' WHERE category='ORDER_CANCELLATI'}); |
| 9740 |
print "Upgrade to $DBversion done (Bug 13380: Fix the authorised value categories if truncated with previous DB update (3.18.04.002))\n"; |
| 9741 |
SetVersion($DBversion); |
| 9742 |
} |
| 9743 |
|
| 9734 |
=head1 FUNCTIONS |
9744 |
=head1 FUNCTIONS |
| 9735 |
|
9745 |
|
| 9736 |
=head2 TableExists($table) |
9746 |
=head2 TableExists($table) |
| 9737 |
- |
|
|