From c41a43d80467dbd0c86a98107a7b1f88ac648cdc Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:13:24 -0800 Subject: [PATCH] fix columns in docs --- docs/docs/import-csv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/import-csv.md b/docs/docs/import-csv.md index 5dffc38..8d5586f 100644 --- a/docs/docs/import-csv.md +++ b/docs/docs/import-csv.md @@ -64,12 +64,12 @@ Below are the supported columns. They are case sensitive, can be in any ordered | HB.notes | String (1000) | General notes about the product | | HB.purchase_from | String | Name of the place the item was purchased from | | HB.purchase_price | Float64 | | -| HB.purchase_at | Date | Date the item was purchased | +| HB.purchase_time | Date | Date the item was purchased | | HB.lifetime_warranty | Boolean | true or false - case insensitive | | HB.warranty_expires | Date | Date in the format | | HB.warranty_details | String | Details about the warranty | | HB.sold_to | String | Name of the person the item was sold to | -| HB.sold_at | Date | Date the item was sold | +| HB.sold_time | Date | Date the item was sold | | HB.sold_price | Float64 | | | HB.sold_notes | String (1000) | |