View | Details | Raw Unified | Return to bug 11023
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +1 lines)
Lines 9628-9634 if ( CheckVersion($DBversion) ) { Link Here
9628
    SetVersion($DBversion);
9628
    SetVersion($DBversion);
9629
}
9629
}
9630
9630
9631
$DBversion = "3.17.00.XXX";
9631
$DBversion = "3.19.00.XXX";
9632
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
9632
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
9633
    $dbh->do(q{
9633
    $dbh->do(q{
9634
        ALTER TABLE `items` ADD `new` VARCHAR(32) NULL AFTER `stocknumber`;
9634
        ALTER TABLE `items` ADD `new` VARCHAR(32) NULL AFTER `stocknumber`;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-1 / +1 lines)
Lines 129-135 Link Here
129
129
130
    [% IF ( CAN_user_tools_items_batchmod ) %]
130
    [% IF ( CAN_user_tools_items_batchmod ) %]
131
      <dt><a href="/cgi-bin/koha/tools/toggle_new_status.pl">Automatic item modifications by age</a></dt>
131
      <dt><a href="/cgi-bin/koha/tools/toggle_new_status.pl">Automatic item modifications by age</a></dt>
132
      <dd>Define rules to Modify items by age</dd>
132
      <dd>Define rules to modify items by age</dd>
133
    [% END %]
133
    [% END %]
134
134
135
    [% IF ( CAN_user_tools_export_catalog ) %]
135
    [% IF ( CAN_user_tools_export_catalog ) %]

Return to bug 11023