mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
v6 update
This commit is contained in:
19
resources/scripts/admin/stub/customer.js
Normal file
19
resources/scripts/admin/stub/customer.js
Normal file
@ -0,0 +1,19 @@
|
||||
import addressStub from '@/scripts/admin/stub/address.js'
|
||||
|
||||
export default function () {
|
||||
return {
|
||||
name: '',
|
||||
contact_name: '',
|
||||
email: '',
|
||||
phone: null,
|
||||
password: '',
|
||||
confirm_password:'',
|
||||
currency_id: null,
|
||||
website: null,
|
||||
billing: { ...addressStub },
|
||||
shipping: { ...addressStub },
|
||||
customFields: [],
|
||||
fields: [],
|
||||
enable_portal: false,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user