mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show sample vat/id numbers
This commit is contained in:
parent
e4fb7faacc
commit
bb9fc4dfa4
@ -536,6 +536,8 @@ class AccountController extends BaseController
|
||||
$client->work_phone = '(212) 555-0000';
|
||||
$client->work_email = 'sample@example.com';
|
||||
$client->balance = 100;
|
||||
$client->vat_number = $account->vat_number ? '1234567890' : '';
|
||||
$client->id_number = $account->id_number ? '1234567890' : '';
|
||||
|
||||
$invoice->invoice_number = '0000';
|
||||
$invoice->invoice_date = Utils::fromSqlDate(date('Y-m-d'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user