2
0
forked from Wavyzz/dolibarr

NEW: When using transfer or correct stock from warehouse, after

recording we go back to the warehouse page.
This commit is contained in:
Laurent Destailleur
2015-03-04 01:54:26 +01:00
parent 60a6d8789f
commit 52425648bf
3 changed files with 27 additions and 7 deletions

View File

@@ -4725,6 +4725,7 @@ function picto_from_langcode($codelang)
* 'member' to add a tab in fundation member view
* 'categories_x' to add a tab in category view ('x': type of category (0=product, 1=supplier, 2=customer, 3=member)
* 'ecm' to add a tab for another ecm view
* 'stock' to add a tab for warehouse view
* @param string $mode 'add' to complete head, 'remove' to remove entries
* @return void
*/