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

(-)a/admin/transport-cost-matrix.pl (-2 / +1 lines)
Lines 42-48 my ($template, $loggedinuser, $cookie) Link Here
42
                            });
42
                            });
43
my $use_transport_cost_matrix = C4::Context->preference("UseTransportCostMatrix");
43
my $use_transport_cost_matrix = C4::Context->preference("UseTransportCostMatrix");
44
44
45
my $update = $input->param('op') eq 'set-cost-matrix';
45
my $update = ( $input->param('op') // '' ) eq 'set-cost-matrix';
46
46
47
my ($cost_matrix, $have_matrix);
47
my ($cost_matrix, $have_matrix);
48
unless ($update) {
48
unless ($update) {
49
- 

Return to bug 14153