fix bugs
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-03-11 18:39:42 +00:00
parent e1afcd22ce
commit 2be61e122b
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@ echo $this->data['nav']->render();
<div class="row">
<div class="col-xs-12 col-sm-6">
<section class="portlet">
<form id="orderSuggestionCreate" action="<?= UriFactory::build('{/api}purchase/order/suggestion'); ?>" method="put">
<form id="orderSuggestionCreate" action="<?= UriFactory::build('{/api}purchase/order/suggestion?csrf={$CSRF}'); ?>" method="put">
<div class="portlet-body">
<!--
<div class="form-group">

View File

@ -19,7 +19,6 @@ use phpOMS\Uri\UriFactory;
*/
echo $this->data['nav']->render();
?>
<div class="row">
<div class="col-xs-12">
<section class="portlet">