| /** |
| * Gets the invoiceDocumentType attribute. |
| * |
| * @return Returns the invoiceDocumentType. |
| */ |
| public String getInvoiceDocumentType() { |
| return invoiceDocumentType; |
| } |
| /** |
| * Sets the invoiceDocumentType attribute value. |
| * |
| * @param invoiceDocumentType The invoiceDocumentType to set. |
| */ |
| public void setInvoiceDocumentType(String invoiceDocumentType) { |
| this.invoiceDocumentType = invoiceDocumentType; |
I would say this is bug. We are using version 6.0.0 and INV_DOC_TYP is being populated for INV documents. However, in our recent CGB implementation I just checked and see CINV is not populated for payments made against CGB Invoices.
--
You received this message because you are subscribed to the Google Groups "Kuali Financials Technical Implementation Council" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kfs.tech.tic+unsubscribe@kuali.org.