Added the docker files and ansible playbooks for two instances namely pkl and chd.
This commit is contained in:
@ -74,7 +74,7 @@ def upgrade():
|
||||
op.execute(
|
||||
so.update()
|
||||
.where(so.c.id == 2) # name = "Cash"
|
||||
.values(reporting_level="Aggregate", voucher_type="REGULAR_BILL", is_fixture=False)
|
||||
.values(reporting_level="Aggregate", voucher_type="REGULAR_BILL", is_fixture=True)
|
||||
)
|
||||
op.execute(
|
||||
so.update()
|
||||
|
||||
Reference in New Issue
Block a user