diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-08-16 09:14:23 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-08-16 09:14:23 +0700 |
| commit | 107b9c5b2282c0fb7cf30b9b09e5ecaa1a86918c (patch) | |
| tree | b2e98ee9a76b20c86fb6c205d5272db29c0347fa /import_stock_picking.ktr | |
| parent | 79f52d7511ada0d460228009777999933312d50f (diff) | |
add arrival time
Diffstat (limited to 'import_stock_picking.ktr')
| -rw-r--r-- | import_stock_picking.ktr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/import_stock_picking.ktr b/import_stock_picking.ktr index 14eadfa..3f67746 100644 --- a/import_stock_picking.ktr +++ b/import_stock_picking.ktr @@ -827,6 +827,11 @@ <rename>date_reserved</rename> <update>Y</update> </value> + <value> + <name>arrival_time</name> + <rename>arrival_time</rename> + <update>Y</update> + </value> </lookup> <attributes/> <cluster_schema/> |
