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