...
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Back.Data.Models
|
||||
[MaxLength(18)]
|
||||
public decimal? cfee { get { return
|
||||
invoice?.pattern?.inp == 2 ? _cfee
|
||||
: invoice?.pattern?.inp == 1 && exr != null && exr != 0 ? fee / exr
|
||||
: invoice?.pattern?.inp == 1 && exr != null && exr != 0 ? Math.Floor(fee.Value / exr.Value)
|
||||
: null ; } }
|
||||
//مبلغ مالیات بر ارزش افزوده
|
||||
[MaxLength(18)]
|
||||
|
Reference in New Issue
Block a user