Added the docker files and ansible playbooks for two instances namely pkl and chd.

This commit is contained in:
2020-12-14 17:58:00 +05:30
parent 294f53147f
commit 4f5ba47d46
12 changed files with 341 additions and 9 deletions

View File

@ -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()