This commit is contained in:
2021-08-05 00:18:30 +00:00
parent a596700a73
commit 5bcc7e95b9
2 changed files with 577 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ namespace AyaNova.DataList
//workorder item loan
+ "left join aquoteitemloan on aquoteitem.id=aquoteitemloan.workorderitemid "
+ "left join aquoteitemloan on aquoteitem.id=aquoteitemloan.quoteitemid "
+ "left join aloanunit on (aquoteitemloan.loanunitid=aloanunit.id) "
+ "left join ataxcode on (aquoteitemloan.taxcodeid=ataxcode.id) "
;