|
Lines 1932-1937
legend:hover {
Link Here
|
| 1932 |
[% END %] |
1932 |
[% END %] |
| 1933 |
$("#guarantor_template").hide(); |
1933 |
$("#guarantor_template").hide(); |
| 1934 |
|
1934 |
|
|
|
1935 |
//Add class ignore_validation to hidden new_guarantor_relationship to ignore it when form is validated |
| 1936 |
if($(".new_guarantor_relationship").is(":hidden")){ |
| 1937 |
$(".new_guarantor_relationship").addClass("ignore_validation"); |
| 1938 |
} |
| 1939 |
|
| 1940 |
// Remove class ignore_validation from new_guarantor_relationship to validate missing relationship value |
| 1941 |
if($(".new_guarantor_relationship").is(":visible")){ |
| 1942 |
$(".new_guarantor_relationship").removeClass("ignore_validation"); |
| 1943 |
} |
| 1944 |
|
| 1935 |
var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %]; |
1945 |
var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %]; |
| 1936 |
var PhoneNotification = [% Koha.Preference('PhoneNotification') || 0 | html %]; |
1946 |
var PhoneNotification = [% Koha.Preference('PhoneNotification') || 0 | html %]; |
| 1937 |
|
1947 |
|