valid bank-Account
This commit is contained in:
parent
395d16bd5f
commit
ae7446bfc7
@ -71,8 +71,9 @@ INSERT INTO contact (bp_id, salut, first_name, last_name, firma, email)
|
||||
--
|
||||
-- table: bank_account
|
||||
--
|
||||
INSERT INTO bank_account (bp_id, autodebit_ga, autodebit_ar, autodebit_op)
|
||||
SELECT bp_id, true, true, true FROM business_partner WHERE member_id=10000;
|
||||
INSERT INTO bank_account (bp_id, autodebit_ga, autodebit_ar, autodebit_op,
|
||||
bank_customer, bank_account, bank_code, bank_name)
|
||||
SELECT bp_id, false, false, false, '', '', '', '' FROM business_partner WHERE member_id=10000;
|
||||
|
||||
--
|
||||
-- table: billdata
|
||||
|
Loading…
Reference in New Issue
Block a user