[#54] Member: Add IsJuridicalPerson
This commit is contained in:
Elwig
Documents
Helpers
Models
Dtos
AreaComUnderDeliveyData.csCreditNoteData.csDeliveryJournalData.csMemberDeliveryPerVariantData.csMemberListData.csOverUnderDeliveryData.cs
Entities
IAddress.csResources
Services
ViewModels
Windows
Tests
@ -158,7 +158,7 @@ namespace Elwig.Documents {
|
||||
|
||||
public void Show() {
|
||||
if (_pdfFile == null) throw new InvalidOperationException("Pdf file has not been generated yet");
|
||||
Pdf.Show(_pdfFile.NewReference(), Title + (this is BusinessDocument b ? $" - {b.Member.Name}" : ""));
|
||||
Pdf.Show(_pdfFile.NewReference(), Title + (this is BusinessDocument b ? $" - {b.Member.FullName}" : ""));
|
||||
}
|
||||
|
||||
public MimePart AsEmailAttachment(string filename) {
|
||||
|
Reference in New Issue
Block a user