fix: added missing lodash dependency to accounts lib

fix: made the properties table editable even when the receipt printing
is off

fix: change company registration to company number on the
receipt printing page

fix: refetch config after saving

fix: set fixed height for the editable property row

fix: remove debug log

fix: placed the options of the BooleanPropertiesTable in a TableCell to
avoid raising an error caused by having an <svg> inside a <td>

fix: change the receipt options to a switch

fix: copied style instead of importing from other component
This commit is contained in:
Liordino Neto 2020-07-03 17:12:32 -03:00 committed by Josh Harvey
parent fbb72e9562
commit 78f3cfd5c1
5 changed files with 84 additions and 126 deletions

View file

@ -35,7 +35,7 @@
"operatorWebsite": true,
"operatorEmail": false,
"operatorPhone": false,
"companyRegistration": false,
"companyNumber": false,
"machineLocation": true,
"customerNameOrPhoneNumber": true,
"exchangeRate": false,
@ -120,7 +120,7 @@
"receipt_operatorWebsite": false,
"receipt_operatorEmail": false,
"receipt_operatorPhone": false,
"receipt_companyRegistration": true,
"receipt_companyNumber": true,
"receipt_machineLocation": false,
"receipt_customerNameOrPhoneNumber": true,
"receipt_exchangeRate": false,