Fix product price, cost history dialogs, for Buefy theme

This commit is contained in:
Lance Edgar 2020-02-28 17:06:30 -06:00
parent a2277feb10
commit 815cdbdd0a
3 changed files with 120 additions and 20 deletions

View file

@ -1,7 +1,7 @@
## -*- coding: utf-8; -*-
<%inherit file="/page.mako" />
<%def name="title()">${instance_title_normal} @ ver ${transaction.id}</%def>
<%def name="title()">changes @ ver ${transaction.id}</%def>
<%def name="page_content()">
## TODO: this was basically copied from Revel diff template..need to abstract