[IMP] messages

bzr revid: fp@tinyerp.com-20140125224654-1n5srb6l8lru777g
This commit is contained in:
Fabien Pinckaers 2014-01-25 23:46:54 +01:00
parent 5dfef8dbc8
commit 36cb9b27bf
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@
<div class="alert alert-warning alert-dismissable" t-if="quotation.state == 'cancel'">
<button type="button" class="close hidden-print" data-dismiss="alert" aria-hidden="true">&amp;times;</button>
<strong>This quotation has been canceled.</strong> Contact <span t-field="quotation.user_id"/> (<span t-if="quotation.user_id.email" t-field="quotation.user_id.email"/>, <span t-if="quotation.user_id.phone" t-field="quotation.user_id.phone"/>) to ask a new quote.
<strong>This quotation has been canceled.</strong> Contact us to get a new quote.
</div>
<div class="modal fade" id="modeldecline" role="dialog" aria-hidden="true">