mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-02-14 14:58:41 +00:00
fix bugs
This commit is contained in:
parent
e1afcd22ce
commit
2be61e122b
|
|
@ -29,7 +29,7 @@ echo $this->data['nav']->render();
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-sm-6">
|
<div class="col-xs-12 col-sm-6">
|
||||||
<section class="portlet">
|
<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="portlet-body">
|
||||||
<!--
|
<!--
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ use phpOMS\Uri\UriFactory;
|
||||||
*/
|
*/
|
||||||
echo $this->data['nav']->render();
|
echo $this->data['nav']->render();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user