Skip to content

Commit

Permalink
fix null vaue in stocktransfer_card (#31886)
Browse files Browse the repository at this point in the history
Co-authored-by: Hystepik <[email protected]>
  • Loading branch information
Hystepik and Hystepik authored Nov 15, 2024
1 parent 0fa956a commit c96b909
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/product/stock/stocktransfer/stocktransfer_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
$label = GETPOST('label', 'alpha');
$batch = GETPOST('batch', 'alpha');
$code_inv = GETPOST('inventorycode', 'alphanohtml');
$sortfield = GETPOST('sortfield', 'aZ09comma');
$sortorder = GETPOST('sortorder', 'aZ09comma');

// Initialize a technical objects
$object = new StockTransfer($db);
Expand Down

0 comments on commit c96b909

Please sign in to comment.