Lines 1954-1959
legend:hover {
Link Here
|
1954 |
[% END %] |
1954 |
[% END %] |
1955 |
$("#guarantor_template").hide(); |
1955 |
$("#guarantor_template").hide(); |
1956 |
|
1956 |
|
|
|
1957 |
//Add class ignore_validation to hidden new_guarantor_relationship to ignore it when form is validated |
1958 |
if($(".new_guarantor_relationship").is(":hidden")){ |
1959 |
$(".new_guarantor_relationship").addClass("ignore_validation"); |
1960 |
} |
1961 |
|
1962 |
// Remove class ignore_validation from new_guarantor_relationship to validate missing relationship value |
1963 |
if($(".new_guarantor_relationship").is(":visible")){ |
1964 |
$(".new_guarantor_relationship").removeClass("ignore_validation"); |
1965 |
} |
1966 |
|
1957 |
var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %]; |
1967 |
var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %]; |
1958 |
var PhoneNotification = [% Koha.Preference('PhoneNotification') || 0 | html %]; |
1968 |
var PhoneNotification = [% Koha.Preference('PhoneNotification') || 0 | html %]; |
1959 |
|
1969 |
|