Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
Changed default project expense invoice status to In Process, can be …
Browse files Browse the repository at this point in the history
…manually changed to Paid to be ready for bill through
  • Loading branch information
jonesde committed Jul 27, 2013
1 parent 7c65840 commit e5fe0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantle-usl/service/mantle/account/InvoiceServices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This Work includes contributions authored by David E. Jones, not as a
<auto-parameters entity-name="mantle.account.invoice.Invoice" include="nonpk"/>
<parameter name="workEffortId" required="true"/>
<parameter name="invoiceTypeEnumId" default-value="InvoiceSales"/>
<parameter name="statusId" default-value="InvoicePaid"/>
<parameter name="statusId" default-value="InvoiceInProcess"/>
<parameter name="currencyUomId" default-value="USD"/>
</in-parameters>
<out-parameters>
Expand Down

0 comments on commit e5fe0ac

Please sign in to comment.