This commit is contained in:
2020-05-24 21:00:43 +00:00
parent e1bf3ee12f
commit 0d699f8989
2 changed files with 44 additions and 14 deletions

View File

@@ -124,19 +124,6 @@ export default {
noButtonText: window.$gz.translation.get("Cancel")
});
}
//TODO: Implement the following as it's own re-usable component instead of here
/////////////////////////////////////
// // Show a report list
// //
// async getReportChoice(vm, reports, preselected) {
// const result = await vm.$dialog.showAndWait(reportChooser, {
// reports: reports,
// title: window.$gz.translation.get("Report"),
// oktext: window.$gz.translation.get("Print"),
// canceltext: window.$gz.translation.get("Cancel"),
// selectedvalue: preselected
// });
// return result;
// }
//new functions above here
};