summaryrefslogtreecommitdiff
path: root/edit_assembly.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-02 17:15:16 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-02 17:15:16 +0100
commit08f901e00b0627157318decfcde8f63491a26d33 (patch)
tree2a9403396992ce2726d403afe69b152e14fef65c /edit_assembly.php
parent7a2de113969c0e90626f569ea620c4c6927a0991 (diff)
downloadstock-08f901e00b0627157318decfcde8f63491a26d33.tar.gz
stock-08f901e00b0627157318decfcde8f63491a26d33.tar.bz2
stock-08f901e00b0627157318decfcde8f63491a26d33.zip
Move all stock CONTENT_TYPE_GUID defines to StockBase
StockBase is always loaded first; defining all three constants there avoids files depending on each other's load order. Removed duplicate defines from StockComponent and StockMovement. Reverted spurious use StockComponent from edit_assembly.php. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'edit_assembly.php')
-rwxr-xr-xedit_assembly.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit_assembly.php b/edit_assembly.php
index af72e9d..22e5012 100755
--- a/edit_assembly.php
+++ b/edit_assembly.php
@@ -11,7 +11,6 @@ namespace Bitweaver\Stock;
require_once '../kernel/includes/setup_inc.php';
use Bitweaver\KernelTools;
-use Bitweaver\Stock\StockComponent;
global $gBitSystem, $gBitDb;