Skip to content

Commit

Permalink
Fix creating reference from 'reference free' item; fixes #300
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Feb 21, 2022
1 parent 489867d commit 3531957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/order_item.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ public function showAddForm($plugin_order_orders_id) {
'myname' => 'itemtype',
'value' => 'PluginOrderOther',
'entity' => $_SESSION["glpiactive_entity"],
'ajax_page' => Plugin::getWebDir('order') . '//ajax/referencespecifications.php',
'ajax_page' => Plugin::getWebDir('order') . '/ajax/referencespecifications.php',
// 'class' => __CLASS__,
];
$reference = new PluginOrderReference();
Expand Down

0 comments on commit 3531957

Please sign in to comment.