mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
Invoice page
This commit is contained in:
4
resources/js/helpers/functionHelpers.js
vendored
4
resources/js/helpers/functionHelpers.js
vendored
@@ -144,8 +144,8 @@ const FunctionHelpers = {
|
||||
return `/assets/icons/${brand}.svg`
|
||||
}
|
||||
|
||||
Vue.prototype.$getInvoiceLink = function (customer, id) {
|
||||
return '/invoice/' + customer + '/' + id
|
||||
Vue.prototype.$getInvoiceLink = function (id) {
|
||||
return '/invoices/' + id
|
||||
}
|
||||
|
||||
Vue.prototype.$uploadFiles = async function (files) {
|
||||
|
||||
Reference in New Issue
Block a user