Builds.
This commit is contained in:
@ -76,7 +76,7 @@
|
||||
\def\FactureObjet {@(new HtmlString(isestimate?"Devis":"Facture")) en @TeXHelpers.ToTeX(activity)} % Objet du document
|
||||
% Description de la facture
|
||||
\def\FactureDescr {
|
||||
@TeXHelpers.ToTeX(Model.GetDescription())
|
||||
@TeXHelpers.ToTeX(Model.Description)
|
||||
}
|
||||
|
||||
% Infos Client
|
||||
|
@ -4,7 +4,7 @@
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.BlogPost)
|
||||
@Html.DisplayNameFor(model => model.Target)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Allowed)
|
||||
|
@ -4,7 +4,6 @@
|
||||
@Html.DisplayFor(m=>m.InvoiceID)
|
||||
@Html.DisplayFor(m=>m.BillingAgreementAcceptedStatus)
|
||||
@Html.DisplayFor(m=>m.BillingAddress)
|
||||
|
||||
@Html.DisplayFor(m=>m.ContactPhone)
|
||||
@Html.DisplayFor(m=>m.Note)
|
||||
@Html.DisplayFor(m=>m.CheckoutStatus)
|
||||
@ -12,13 +11,12 @@
|
||||
@Html.DisplayFor(m=>m.PaymentDetails)
|
||||
@Html.DisplayFor(m=>m.UserSelectedOptions)
|
||||
@Html.DisplayFor(m=>m.IncentiveDetails)
|
||||
@if (Model.GiftReceiptEnable)
|
||||
@Html.DispayFor(m=>m.GiftMessage)
|
||||
|
||||
@Html.DispayFor(m=>m.GiftWrapName)
|
||||
@Html.DispayFor(m=>m.GiftWrapAmount)
|
||||
@Html.DispayFor(m=>m.BuyerMarketingEmail)
|
||||
@Html.DispayFor(m=>m.SurveyQuestion)
|
||||
@Html.DispayFor(m=>m.SurveyChoiceSelected)
|
||||
@Html.DispayFor(m=>m.CartChangeTolerance)
|
||||
@Html.DispayFor(m=>m.InstrumentDetails)
|
||||
@Html.DisplayFor(m=>m.GiftReceiptEnable)
|
||||
@Html.DisplayFor(m=>m.GiftMessage)
|
||||
@Html.DisplayFor(m=>m.GiftWrapName)
|
||||
@Html.DisplayFor(m=>m.GiftWrapAmount)
|
||||
@Html.DisplayFor(m=>m.BuyerMarketingEmail)
|
||||
@Html.DisplayFor(m=>m.SurveyQuestion)
|
||||
@Html.DisplayFor(m=>m.SurveyChoiceSelected)
|
||||
@Html.DisplayFor(m=>m.CartChangeTolerance)
|
||||
@Html.DisplayFor(m=>m.InstrumentDetails)
|
||||
|
@ -1,3 +1,3 @@
|
||||
<a href="https://twitter.com/intent/tweet?screen_name=TwitterDev"
|
||||
class="twitter-mention-button" data-show-count="false">Tweet to @TwitterDev</a>
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
class="twitter-mention-button" data-show-count="false">Tweet to &TwitterDev</a>
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
|
Reference in New Issue
Block a user