Re-fabrication
This commit is contained in:
parent
f155a47073
commit
cb6309abdb
499 changed files with 7574 additions and 12530 deletions
|
|
@ -4,6 +4,7 @@ using Microsoft.AspNet.Mvc;
|
|||
using Microsoft.Data.Entity;
|
||||
using Microsoft.Extensions.Localization;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Yavsc.Abstract.FileSystem;
|
||||
using Yavsc.Billing;
|
||||
using Yavsc.Helpers;
|
||||
using Yavsc.Models;
|
||||
|
|
@ -79,7 +80,7 @@ namespace Yavsc.ViewComponents
|
|||
var genrtrData = new PdfGenerationViewModel{
|
||||
Temp = Startup.Temp,
|
||||
TeXSource = tex,
|
||||
DestDir = Startup.UserBillsDirName,
|
||||
DestDir = AbstractFileSystemHelpers.UserBillsDirName,
|
||||
BaseFileName = billable.GetFileBaseName()
|
||||
};
|
||||
if (genrtrData.GenerateEstimatePdf()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue