Skip to content

Commit cd1dcd9

Browse files
committed
8 Feb 2024
head-storage-boxx.webp > banner.webp
1 parent 3e310bc commit cd1dcd9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

TODO.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ STORAGE BOXX TO DO / WISH LIST
1414
* LIB-Items > function save > also update PO items.
1515
* More reports - delivery/sales, purchases.
1616
* Print QR/NFC after import items
17+
* Window.print() > QR and DO
1718
* Add tutorial videos.

lib/LIB-Move.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function saveM ($sku, $direction, $qty, $notes=null) {
7373
$this->Core->load("Push");
7474
$this->Push->send("[{$sku}] {$qnow["item_name"]}",
7575
"Item is low on stock - {$qnew} {$qnow["item_unit"]}",
76-
HOST_ASSETS . "favicon.png", HOST_ASSETS . "head-storage-boxx.webp"
76+
HOST_ASSETS . "favicon.png", HOST_ASSETS . "banner.webp"
7777
);
7878
}
7979

pages/PAGE-push.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222

2323
<div class="form-floating mb-4">
24-
<input type="text" class="form-control" id="push_img" required value="<?=HOST_ASSETS?>head-storage-boxx.webp">
24+
<input type="text" class="form-control" id="push_img" required value="<?=HOST_ASSETS?>banner.webp">
2525
<label>Cover Image</label>
2626
</div>
2727

0 commit comments

Comments
 (0)