Skip to content

Commit

Permalink
Merge pull request #435 from tomudding/fix/subdecision-sequencing-tem…
Browse files Browse the repository at this point in the history
…plate

fix: organ view subdecision sequence template being incorrect
  • Loading branch information
tomudding authored Sep 1, 2024
2 parents bd5050a + 6ce34d6 commit 2baa32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Database/view/database/organ/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $(document).ready(function () {
url = url.replace('__number__', organ.meeting_number);
url = url.replace('__point__', organ.decision_point);
url = url.replace('__decision__', organ.decision_number);
url = url.replace('__subdecision__', organ.subdecision_sequence);
url = url.replace('__sequence__', organ.subdecision_sequence);

var link = '<a href="' + url + '" ';
link += 'style="display:block;height:100%;width:100%;">';
Expand Down

0 comments on commit 2baa32e

Please sign in to comment.