Chore: Add phpdocs

This commit is contained in:
James Cole
2023-07-04 13:29:19 +02:00
parent 7840e37e1a
commit 775504acb6
121 changed files with 471 additions and 84 deletions

View File

@@ -66,6 +66,7 @@ function goToMassEdit() {
if (bases.length > 0) {
baseHref = bases[0].href;
}
console.log('baseHref for mass edit is "' + baseHref + '".');
window.location.href = baseHref + 'transactions/mass/edit/' + checkedArray;
return false;
@@ -86,6 +87,7 @@ function goToBulkEdit() {
if (bases.length > 0) {
baseHref = bases[0].href;
}
console.log('baseHref for bulk edit is "' + baseHref + '".');
window.location.href = baseHref + 'transactions/bulk/edit/' + checkedArray;
return false;