diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-02-15 09:01:27 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-02-15 09:01:27 +0700 |
| commit | 738024a99b71df9709641275c389b6a78fb6fbe6 (patch) | |
| tree | 9af44f8f34c9d40fffa3518dd7fe418cdd0d23d4 | |
| parent | 21afe49d4bc8324491b7f12441fe438bf1a3adee (diff) | |
add date completed and efaktur upload
| -rw-r--r-- | import_account_move.ktr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/import_account_move.ktr b/import_account_move.ktr index 333b706..c126c55 100644 --- a/import_account_move.ktr +++ b/import_account_move.ktr @@ -982,6 +982,16 @@ <rename>cost_centre_id</rename> <update>Y</update> </value> + <value> + <name>date_completed</name> + <rename>date_completed</rename> + <update>Y</update> + </value> + <value> + <name>date_efaktur_upload</name> + <rename>date_efaktur_upload</rename> + <update>Y</update> + </value> </lookup> <attributes/> <cluster_schema/> |
