Finish "shopping list to stock workflow" (closes #98)

This commit is contained in:
Bernd Bestel
2018-11-17 14:50:52 +01:00
parent db0b48e7ae
commit 6f67619784
6 changed files with 112 additions and 9 deletions

View File

@@ -302,5 +302,8 @@ return array(
'Booking successfully undone' => 'Booking successfully undone',
'Charge cycle successfully undone' => 'Charge cycle successfully undone',
'This cannot be negative and must be an integral number' => 'This cannot be negative and must be an integral number',
'Disable stock fulfillment checking for this ingredient' => 'Disable stock fulfillment checking for this ingredient'
'Disable stock fulfillment checking for this ingredient' => 'Disable stock fulfillment checking for this ingredient',
'Add all list items to stock' => 'Add all list items to stock',
'Add #3 #1 of #2 to stock' => 'Add #3 #1 of #2 to stock',
'Adding shopping list item #1 of #2' => 'Adding shopping list item #1 of #2'
);