Commit 00f1422a by Taufikyu

lupa log

1 parent d4583d93
import colander
import traceback
import logging
from deform import (
widget, Button,
)
......@@ -23,7 +24,7 @@ _ = TranslationStringFactory("opensipkd")
SESS_ADD_FAILED = 'Tambah partner gagal'
SESS_EDIT_FAILED = 'Edit partner gagal'
log = logging.getLogger('PARTNER')
class AddSchema(PartnerSchema):
is_vendor = colander.SchemaNode(
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!