Example #1
0
    def _new(self):
        results = self.form_result['fulfilment_type']

        c.fulfilment_type = FulfilmentType(**results)
        meta.Session.add(c.fulfilment_type)
        meta.Session.commit()

        h.flash("Fulfilment Type created")
        redirect_to(action='index', id=None)