ad-hoc journal_id needs fix now
This commit is contained in:
@@ -26,9 +26,9 @@ service Accounting {
|
|||||||
rpc SoftDeleteJournalLine(SoftDeleteJournalLineRequest) returns (Journal);
|
rpc SoftDeleteJournalLine(SoftDeleteJournalLineRequest) returns (Journal);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tables with an active posting script accept journal_id as a reserved key in
|
// Tables with an active posting script define journal_id as a permanent BIGINT
|
||||||
// PostTableDataRequest.data. It selects the journal receiving generated lines
|
// column. PostTableDataRequest.data must include it; the value is stored on the
|
||||||
// and is removed before the source row is validated or stored.
|
// source row and selects the journal receiving generated lines.
|
||||||
|
|
||||||
enum JournalSide {
|
enum JournalSide {
|
||||||
JOURNAL_SIDE_UNSPECIFIED = 0;
|
JOURNAL_SIDE_UNSPECIFIED = 0;
|
||||||
|
|||||||
Binary file not shown.
2
server
2
server
Submodule server updated: 4b95edec2b...255f334bf4
Reference in New Issue
Block a user