From 3b3e323ce5f144e3321b6881bf49f443e8cec957 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 18 Jun 2025 14:48:13 +0100 Subject: [PATCH] Assets - Import CSV now takes purchase date too (MUST be in format YYYY-MM-DD, Excel is annoying and will silently reformat this at random) --- modals/asset_import_modal.php | 3 ++- post/user/asset.php | 49 ++++++++++++++++++++++++++++------- 2 files changed, 42 insertions(+), 10 deletions(-) diff --git a/modals/asset_import_modal.php b/modals/asset_import_modal.php index 25dc0deb..d5aa4f51 100644 --- a/modals/asset_import_modal.php +++ b/modals/asset_import_modal.php @@ -14,13 +14,14 @@